{{ Route::currentRouteName() == 'user-index' ? 'User List' : 'All User List' }}
@if ( !$users->isEmpty() )
@endif
@if( Route::currentRouteName() == 'user-index' )
@if ( !$users->isEmpty() )
@else
@endif
Create New
@endif
@if ( $users->isEmpty() )
@if( Route::currentRouteName() == 'user-index' )
@endif
- N/A -
@else
{!! $users->links('pagination::bootstrap-4') !!}
@endif