@extends('backend.layouts.app-backend') @section('content')

Edit Classified

@include('layouts.message')
Add Classified from the following form.
@csrf()

1. Classified Details

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

2. Contact Info

3.Location

4.Gallery

5. Promote Your Ad

6.Status

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