@extends('admin.layout.index') {{-- =========== meta Title =================== --}} @section('title') ایجاد اعلان @endsection {{-- =========== My Css Style =================== --}} @section('myCss') @endsection {{-- =========== My JavaScript =================== --}} @section('myJs') @endsection {{-- =========== CONTENT =================== --}} @section('content')
ایجاد اعلان
@include('admin.sections.errors')
@csrf
@endsection