{{ __('gig.all_gigs') .' ('. $gigs->total() .')'}}

@if( !$gigs->isEmpty() ) @foreach($gigs as $single) @php $tag = getTag( $single->status ); @endphp @endforeach
{{ __('#' )}} {{ __('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'] }}
{{ $gigs->links('pagination.custom') }} @else @include('admin.no-record') @endif
@push('scripts') @endpush