| # |
الملاحظة |
الكاتب |
الوقت |
الإجراء |
@foreach($Data['notes'] as $note)
| {{$note->id}} |
{{$note->note}} |
@if($note->full_name_user == '')
{{$note->username_user}}
@else
{{$note->full_name_user}}
@endif
|
{{DT::GetDate('h:ia Y/m/dهـ',$note->Y)}} |
|
@endforeach
{{ $Data['notes']->links() }}