@foreach($Data['notes'] as $note) @endforeach
# الملاحظة الكاتب الوقت الإجراء
{{$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)}}
{{ $Data['notes']->links() }}