{{-- Search filter --}}
@if (request()->get('par-page') !== 'all')
@adminCan('nearest.location.create')
@endadminCan
{{ __('SN') }} | {{ __('Title') }} | {{ __('Status') }} | {{ __('Actions') }} |
---|---|---|---|
{{ $loop->index + 1 }} | {{ $location->title }} | status ? 'checked' : '' }} data-toggle="toggle" data-on="{{ __('Active') }}" data-off="{{ __('Inactive') }}" data-onstyle="success" data-offstyle="danger"> |
@adminCan('nearest.location.edit')
|
{{ $nearestLocations->onEachSide(0)->links() }}
@endif