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

Edit Non-Profit ads

@include('layouts.message')
Edit Non-Profit Ads from the following form.
@csrf()

1. Ad Details

2. Contact Info

3. Locations

4. Working Hours

5. Social Links

6. Overview

@if(isset($business->overview_image)) @endif

7. Gallery

8. Others

@if(isset($business->featured_image)) @endif
added_by == 'user') style="pointer-events: none;" @endif>

9. Promote Your Ad

10. Status

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