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

Edit Fundraiser ads

@include('layouts.message')
Edit fundrazier Ads from the following form.
@csrf()

1. Fundraiser Details

@if(isset($fundrazier->overview_image)) @endif
Select Image Change Remove

2. Contact Info

3.Fundraiser Location

4. Social Links

5.Other

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

6. Ticket info

fundrazier_buy_ticker) == 1 ? 'checked' : ''}}> Yes
fundrazier_buy_ticker) == 0 ? 'checked' : ''}}> No

7. Promote Your Ad

8. Featured Your Ad

9. Status

fundrazier_is_sold_out) == 1 ? 'checked' : ''}}> Yes
fundrazier_is_sold_out) == 0 ? 'checked' : ''}}> No
@endsection @section('header-style') @stop @section('footer-scripts') @stop