@extends('frontend.layouts.app') @section('title') {{ $title ?? 'My Searches' }} @endsection @section('meta') @endsection @push('style') @endpush @section('content') @include('frontend.layouts.includes.breadcrumb', ['links'=>[[$title => route('frontend.searches') ]]])

My Searches

@foreach ($ads as $ad)
@include('frontend.ads.list-item-two')
@endforeach
{{-- --}}
@endsection @push('script') @endpush