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

Favorite Audios

@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
{{$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