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

{{__("advertisement")}}

{{__("Create new advertisement")}}

@endsection @section("content")

{{__("Create advertisement")}}

@csrf
@if ($errors->any()) @foreach ($errors->all() as $error)
{{$error}}
@endforeach @endif
@error("specialization")
{{$message}}
@enderror
@endsection @section("scripts") @endsection