@extends('layouts.landing') @section('title') {!! Str::words($comment->comment_body, 5) !!} @endsection @section('content')
@php $follows = App\Models\Follower::where('followed_user_id', Auth::user()->id)->where('user_id', $user->id)->where('follow_status', 1)->first(); @endphp @if($follows) Follows you . {{$user->state}}, {{$user->country}} @else {{$user->state}}, {{$user->country}} @endif