@extends('lay.dnekcab.retsam') @section('css') @endsection @section('title') {{ $page_title }} @endsection @php $user = auth()->user(); $photoPath = storage_path('app/public/attachment/employee/photo/' . $user->photo); @endphp @section('page-content')

@if($readNotifications->isNotEmpty())
@foreach($readNotifications as $readNotification) @php $user = null; if (!empty($readNotification->data['created_by'])) { $user = \App\Models\User::find($readNotification->data['created_by']); } @endphp
@endforeach
{{-- --}} @else
@endif
@endsection @section('js') @endsection