@php $module_folder = 'classified'; @endphp
@csrf()

1. Classified Details

@if( isset( $ad->featured_image )) @endif
Select Image Change Remove

2. Contact Info

3. Location

4. Gallery

@if( isset($ad->gallery) && count($ad->gallery) >0 ) @php $images = []; @endphp @foreach($ad->gallery as $buskey => $busgallery) @php $images[] = [ 'id' => $busgallery->image, 'src' => asset('classified-gallery/'.$busgallery->image) ]; @endphp @endforeach @endif @section('head-css') @endsection @section('scripts') @endsection