@component('components.breadcrumb', [
'links' => [
['name' => 'Manage Users', 'url' => ''],
['name' => 'Users', 'url' => ''],
],
])
@endcomponent
{{-- --}}
New User
{{-- Notification for primary or error message --}}
@include('layouts.partials.toast')
ROWS PER PAGE:
{{ $users->links('pagination::bootstrap-5') }}