@extends("layouts.admin.app")
@section("page-title")
{{__("send notification")}}
@endSection
@section("page-nav-title")
{{__("Notification")}}
{{__("Create new notification")}}
@endsection
@section("content")
@include("includes.dialog")
{{__("Create notification")}}
@endsection
@section("scripts")
@endsection