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

My Ads

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

{{$ad->title}}

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

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

{{$ad->exp_date}}

@endsection