@extends('Common::admin.layout.page') @section('page')
@if(!request()->query('user_id'))# | {{__('Title')}} | {{__('Text')}} | {{__('By')}} | {{__('Created at')}} | {{__('Delete')}} | @if(count($notifications) > 0) @foreach ($notifications as $row)
---|---|---|---|---|---|
{{ $loop->iteration }} | {{ data_get($row,'title.ar') }} | {{ data_get($row,'content.ar') }} | {{$row->user?->name }} | {{ $row->created_at }} | |
{{__('there is no data yet')}} |