@extends('frontend.layouts.app') @section('title') {{ $title ?? 'Page header' }} @endsection @section('meta') @endsection @push('style') @endpush @section('content') @include('frontend.layouts.includes.breadcrumb', [ 'links' => [[$title => route('user.ads.update', ['id' => $ads?->id])], [$ads?->title => '']], ])
@endsection @push('scripts') {{-- --}} @endpush