@extends('layouts.admin') @section('content')

{{ __("messages.Send notification") }}

{{ __('messages.If the English fields are left blank, the Arabic text will be taken when displayed to the customer') }}
@csrf
@error('desc_ar')
{{ $message }}
@enderror
@error('desc_en')
{{ $message }}
@enderror
@endsection