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

@yield('title')

@endsection @section('content')
@can('notification-create')
*
*
*
{{--data-response-handler="responseHandler"--}}
{{ __('ID') }} {{ __('Name') }} {{ __('Number') }}
@endcan
@can('notification-delete') @endcan
@can('notification-delete') @endcan {{-- --}} @can('notification-delete') @endcan
{{ __('ID') }} {{ __('Title') }} {{ __('Message') }} {{ __('Image') }} {{ __('Send To') }}{{ __('User') }}{{ __('Action') }}
@endsection @section('script') @endsection