@extends('frontend.frontend-page-master') @section('site-title') {{get_static_option('gig_page_'.$user_select_lang_slug.'_name')}} @endsection @section('page-title') {{get_static_option('gig_page_'.$user_select_lang_slug.'_name')}} @endsection @section('page-meta-data') @endsection @section('breadcrumb')
  • {{get_static_option('gig_page_'.$user_select_lang_slug.'_name')}}
  • @endsection @section('content')
    @if(count($all_gigs) > 0) @foreach($all_gigs as $data)
    {!! render_image_markup_by_attachment_id($data->image,'','grid') !!}
    {{__("Start From").' '.gig_start_price($data->id)}}

    {{$data->title}}

    {!! Str::words(strip_tags($data->description),20) !!}

    @endforeach @else
    {{__('No Gig Found')}}
    @endif
    @endsection @section('style') @endsection @section('scripts') @endsection