{{ __("notes.notes_management") }}

{{ __('app.Total') }} {{ count($notes) }} {{ __('notes.items') }}
@foreach ($notes as $key => $note) @endforeach
# {{ __("notes.table.id") }} {{ __("notes.table.label") }} {{ __("notes.table.image") }} {{ __("app.actions") }}
{{ $key+1 }} {{ $note->id }} {!! $note->labelFull !!} {{ $note->title }}
@csrf @method('DELETE')
{{ $notes->links() }}