@include('layouts.message')
Edit Business Ads from the following form.
@if( isset($business->gallery) && count($business->gallery) >0 )
@php $images = []; @endphp
@foreach($business->gallery as $buskey => $busgallery)
@php
$images[] = [
'id' => $busgallery->image,
'src' => asset('business-gallery/'.$busgallery->image)
];
@endphp
@endforeach
@endif
@endsection
@section('header-style')