@extends('layouts.main') @section('title') {{ __('Send Notification') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
{{ csrf_field() }}
*
*
@error('email') {{ $message }} @enderror
{{-- --}}
{{ __('ID') }} {{ __('Name') }} {{ __('Number') }}
{{ __('ID') }} {{ __('Title') }} {{ __('Message') }} {{ __('Image') }} {{ __('Type') }} {{ __('Message Type') }} {{ __('Action') }}
@endsection @section('script') @endsection