@extends("layouts.admin.app") @section("page-title") {{__("create advertisement")}} @endSection @section("page-nav-title")

{{__("create loading advertisement")}}

@endsection @section("content")

{{__("Create advertisement")}}

@csrf
@error("Ads_photo")
{{$message}}
@enderror
@endsection @section("scripts") @endsection