{{ __('gig.all_gigs') .' ('. $gigs->total() .')'}}
@if( !$gigs->isEmpty() )
{{ $gigs->links('pagination.custom') }}
@else
@include('admin.no-record')
@endif
| {{ __('#' )}} | {{ __('gig.title' )}} | {{ __('gig.categories' )}} | {{ __('gig.gig_author' )}} | {{ __('gig.created_date' )}} | {{__('general.status')}} | {{__('general.actions')}} |
|---|---|---|---|---|---|---|
| {{ $single->id }} | {!! $single->title !!} |
@foreach($single->categories as $cat ) {{ $cat->name }} @endforeach |
{{ $single->gigAuthor->full_name }} | {{ date($date_format, strtotime( $single->created_at )) }} | {{ $tag['text'] }} |