@php($title='تعديل الاعلان') @extends('adminLayouts.app') @section('title') {{$title}} @endsection @section('header') @endsection @section('breadcrumb')
{{$title}}
@endsection @section('content')
@csrf @include('dashboard.ad.form')
@endsection @section('script') @endsection