@php if(isset($ad->module_id) && $ad->module_id == 1) { $module_folder = 'business'; } if(isset($ad->module_id) && $ad->module_id == 2) { $module_folder = 'home-business'; } if(isset($ad->module_id) && $ad->module_id == 3) { $module_folder = 'non-profit'; } @endphp
@csrf()

1. Ad Details

@if($module->id == 1 || $module->id == 2)
@endif

2. Contact Info

3. Locations

4. Working Hours

5. Social Links

6. Overview

7. Gallery

8. Others

9.Promote Your Ad (Please select your package)

Note:- Are you want to downgrade your premium package to basic? By downgrading your ad premium ad postion will be lost and remaining days will be added to your basic add

@if(isset($adSettings) && count($adSettings)) @foreach($adSettings as $keyy => $adS) @if($module->id == $adS->module_id ) @endif @endforeach @endif
module_id == $module->id && $ad->promote_ad_type ? $ad->promote_ad_type : '' ) == $adS->id ? 'checked' : ''}}>
0

10. Feature Ad (Uncheck the box if you do not want to proceed with the feature ad)

@if(isset($featuredAdSettings) && count($featuredAdSettings)) @foreach($featuredAdSettings as $keyf => $fadS) @if($ad->module_id == $fadS->module_id) @endif @endforeach @endif
module_id == $module->id && $ad->featured_ad_setting_id ? 'checked' : '')}}> {{$fadS->title}}
{{$fadS->duration}} days ${{$fadS->price}}
@if( isset($ad->gallery) && count($ad->gallery) >0 ) @php $images = []; @endphp @foreach($ad->gallery as $buskey => $busgallery) @php $images[] = [ 'id' => $busgallery->image, 'src' => asset($module_folder.'-gallery/'.$busgallery->image) ]; @endphp @endforeach @endif @section('head-css') @endsection @section('scripts') @endsection