All Listings
@if(iupcheck('add_new', 'property') == 1)
New Property
@endif
@if(iupcheck('update', 'property') == 1)
Edit Property
@endif
@foreach(\App\Models\User::where(['status'=>'1', 'usertype'=>'Agents'])->get() as $agent)
{{$agent->full_name}}
@endforeach