@extends('frontend.layouts.app') @section('title', $title) @section('meta') @endsection @push('style') @endpush @section('content') @include('frontend.layouts.includes.breadcrumb',['links'=>[[$title=>route('ads')]]])
@include('frontend.layouts.includes.category_modal') @include('frontend.layouts.includes.location_modal') @endsection @push('scripts') @endpush