@if ($staff->count()) @foreach ($staff as $row) @endforeach @else @endif
Username First Name Last Name Created At Updated At
{{ $row->username }} {{ $row->first_name }} {{ $row->last_name }} {{ $row->created_at->format('Y-m-d @ H:i') }} {{ $row->updated_at->format('Y-m-d @ H:i') }} @if ($row->deleted_at) @if ($row->deleted_at)
@else @endif
No record
{{ $staff->links() }}