@extends('admin.layouts.app') @section('title', 'Edit Shows') @section('section')

Edit Shows Form

@method('PUT') @csrf

Edit Shows Section

{{--
--}} {{-- --}} {{-- --}} {{--
--}}
Profile Preview
position_set === 'upstairs' ? 'checked' : '' }}>
position_set === 'downstairs' ? 'checked' : '' }}>
@if($get_event_product->type === 'recursive')
type === 'recursive' ? 'checked' : '' }}>
{{--
--}} {{-- type_recurring === 'one-off' ? 'checked' : '' }}>--}} {{-- --}} {{--
--}}
type_recurring === 'weekly' ? 'checked' : '' }}>
type_recurring === '1st-and-3rd' ? 'checked' : '' }}>
type_recurring === '2nd-and-4th' ? 'checked' : '' }}>
{{--
--}} {{-- --}} {{-- --}} {{--
--}}



{{--

Recurring

--}}
@elseif($get_event_product->type === 'one-off')
{{--
--}} {{-- --}} {{-- --}} {{--
--}} @elseif($get_event_product->type === 'selected_date')
type === 'selected_date' ? 'checked' : '' }}>
@endif
{{-- addition_option === 'Daily-Show' ? 'checked' : ''}}>--}} {{-- status == '1' ? 'checked' : ''}}>--}}
@endsection @section('script') @endsection