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

@lang('Send notification')

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

الإعدادات

@lang('Notifications')

@foreach($notifications as $row) @endforeach
# @lang('Title') @lang('Text') @lang('Created at') @lang('Resend') @lang('Delete')
{{ $loop->iteration }} {{ json_decode($row->title)->ar.' - '.json_decode($row->title)->en }} {{ json_decode($row->text)->ar.' - '.json_decode($row->text)->en }} {{ $row->created_at }}
id) }}" method="post" class="action_form remove"> @csrf {{ method_field('delete') }}
{{ $notifications->links() }}
@stop