@extends('Common::admin.layout.page') @section('page')
@csrf

@lang('Send notification')

@foreach (config('app.locales') as $lang_name => $lang)
@endforeach
@if (isset($inputs))

الإعدادات

@foreach ($inputs as $myname => $input) @endforeach {{--
--}}
@endif

@lang('Notifications')

@foreach ($notifications as $row) @endforeach
# @lang('Text') @lang('Created at') @lang('Resend') @lang('Delete')
{{ $loop->iteration }} {{ json_decode($row->message) ? json_decode($row->message)->ar : $row->message }} {{ $row->created_at }}
@csrf {{ method_field('delete') }}
@stop