@foreach($alerts as $key=> $row)
{{ $row->title }} {{ $row->fromuser->name }} {{ __('notifications.'.$row->status) }} {{ __('notifications.'.$row->type) }} {{ $row->user? $row->user->name : '-' }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @if($row->deleted_at) @else {{ __('dashboard.edit') }} @endif @endforeach @if( count( $alerts ) && $alerts->hasPages() ) {{ $alerts->links() }} @endif