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

My Ads

@if(session()->has('success'))
{{ session()->get('success') }}
@endif
@foreach($ads as $ad) @endforeach
Photo Title Category Price Click to Pay Action
ad photo

{{$ad->title}}

{{$ad->category->name}}

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

Pay
@endsection