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

{{__("notification-reminder")}}

{{__("edit-notification-reminder")}}

@endsection @section("css-links") @endsection @section("content")

{{__("edit-notification-reminder")}}

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