@include('layouts.message')
Add Classified from the following form.
@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')