S. No. |
Type |
Url |
Action |
Options |
@forelse($urls as $url)
{{ $loop->index + $urls->firstItem() }} |
{{ $url->type }} |
{{ $url->url }} |
@if(auth()->user()->user_type == 'admin' || in_array(auth()->user()->staff->role->name, ['Content and Design']))
@if($url->status)
@else
@endif
@endif
|
@if(auth()->user()->user_type == 'admin' || in_array(auth()->user()->staff->role->name, ['Content and Design']))
Edit
@endif
|
@empty
No records found ! |
@endforelse
{{-- $urls->appends(request()->input())->links() --}}