{{$firmNotes->total()}} Records

@if(count($firmNotes) > 0) @foreach ($firmNotes as $note) @endforeach @else @endif
Description Created By Created At Actions
{{ \Illuminate\Support\Str::limit($note->description ?? '-', 400) }} {{ $note->user->full_name ?? '-' }} {{ $note->created_at ? $note->created_at->format('Y-m-d H:i:s') : '-' }} Edit
No records found
{{ $firmNotes->onEachSide(1)->links('pagination::bootstrap-5') }}