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

Favorite Coupons

@if(count($fav_data)>0) @foreach($fav_data as $f_data) @php $category = $dashboardModelInstance->get_category($f_data->post_category); @endphp {{-- --}} @endforeach @else @endif {{-- --}}
Item Category Price Action
@if($f_data->post_image != NULL && @file_get_contents(url('/')."/public/uploads/display/".@$f_data->post_image )) img @else img @endif {{-- img --}}
{{$category->name}} ${{$f_data->post_price}} {{$f_data->post_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