@foreach($notifications as $key=> $row) seen == '0') style="background:rgba(0,0,0,.075)" @endif> @if ($row->role != 'super_admin')
@endif {{ $row->title }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @if($row->role == 'super_admin') {{ __('dashboard.edit') }} @else {{ __('dashboard.edit') }} @endif @endforeach @if( count( $notifications ) && $notifications->hasPages() ) {{ $notifications->links() }} @endif