@extends("layouts.admin.app") @section("page-title") {{__("send notification")}} @endSection @section("page-nav-title")
{{__("Notification")}}
{{__("Create new notification")}}
{{__("Dashboard")}}
{{__("Create notification")}}
@endsection @section("content")
{{__("Create notification")}}
@csrf
{{__("select type")}}
Select one
send for all users
send for custom user
@error("type")
{{$message}}
@enderror
{{__("Title")}}
{{__("Description")}}
@error("Text")
{{$message}}
@enderror
{{__("upload photo")}}
{{__("Upload Photo")}}
@error("Ads_photo")
{{$message}}
@enderror
{{__("upload video")}}
{{__("Upload video")}}
@error("Ads_video")
{{$message}}
@enderror
@if ($errors->any()) @foreach ($errors->all() as $error)
{{$error}}
@endforeach @endif
@endsection @section("scripts") @endsection