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

{{__("International Shipping")}}

{{__("Send Notification")}}

@endsection @section("content")

{{__("Send Notification")}}

id)}}" enctype="multipart/form-data"> @csrf
@error("send")
{{$message}}
@enderror
@endsection @section("scripts") @endsection