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

{{__("Notification")}}

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

@endsection @section("content")

{{__("Create notification")}}

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