@extends('backend.master_structure') @section('content') @php use App\DashboardModel; $dashboardModelInstance = new DashboardModel(); @endphp

Favorite Properties

@if(count($fav_data)>0) @foreach($fav_data as $f_data) @php $category = $dashboardModelInstance->get_category($f_data->group_category); @endphp @endforeach @else @endif {{-- --}}
Item Category Price Ad Status Action
@php $cls_photo_details = $dashboardModelInstance->get_users_portfolio_photo($f_data->group_id); @endphp @if($cls_photo_details != NULL && @file_get_contents(url('/')."/public/uploads/display/".@$cls_photo_details->file)) img @else img @endif {{-- img --}}
{{$category->name}} ${{$f_data->property_price}} {{$f_data->property_status}}

No Data Added to Favorite

Jobs $14,000 Closed
RealEstate $22,765 Sold
Vehicle $35,978 InActive
Restaurant $89 Active
Jobs $14,000 Closed
RealEstate $22,765 Expired
Vehicle $35,978 InActive
@endsection