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

Edit Flyers

@include('layouts.message')
Add Flyers from the following form.
@csrf()

1. Flyers Details


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

2. Contact Info

3. Flyer Option A - 1 or 2 Page Flyer

flyers_option_1 == 1 ? 'checked' : '' }}>
flyers_option_1 == 1 ? '' : 'style="display:none;"' !!}> @if( isset( $menuList1 ) && count( $menuList1 ) > 0 ) @foreach( $menuList1 as $key => $list1)

@if( isset( $list1->image ) ) @endif
Select Image Change Remove
@endforeach @else

Select Image Change Remove
@endif
flyers_option_1 == 1 ? '' : 'style="display:none;"' !!}>

4. Flyer Option B - Coupon

flyers_option_2 == 1 ? 'checked' : '' }}>
flyers_option_2 == 1 ? '' : 'style="display:none;"' !!}> @if( isset( $menuList2 ) && count( $menuList2 ) > 0 ) @foreach( $menuList2 as $key1 => $list2)

@if( isset( $list2->image ) ) @endif
Select Image Change Remove
@endforeach @else

Select Image Change Remove
@endif
flyers_option_2 == 1 ? '' : 'style="display:none;"' !!}>

5. Flyer Option C - Multiple Page Flyer

flyers_option_3 == 1 ? 'checked' : '' }}>
flyers_option_3 == 1 ? '' : 'style="display:none;"' !!}> @if( isset( $menuList3 ) && count( $menuList3 ) > 0 ) @foreach( $menuList3 as $key2 => $list3)

@if( isset( $list3->image ) ) @endif
Select Image Change Remove
@endforeach @else

Select Image Change Remove
@endif
flyers_option_3 == 1 ? '' : 'style="display:none;"' !!}>
multiple_page_enable == 1 ? 'checked' : '' }}>
multiple_page_enable == 0 ? 'checked' : '' }}>
flyers_option_3 == 1 ? '' : 'style="display:none;"' !!}>

6. Promote Your Ad

7.Status

@endsection @section('header-style') @stop @section('footer-scripts') @stop