@extends('pages.user_dashboard') @section('breadcrumb') @endsection @section('user_content')
@include('layouts.user_sidebar')

My Favorites

@foreach($ads as $ad) @endforeach
Photo Title Category Ad Status Price Action
ad photo

{{$ad->title}}

{{$ad->category->name}} {{$ad->is_active == 1 ? 'active' : 'inactive'}}

Ksh {{number_format($ad->price, 0)}}

@endsection