@extends('layout.app') @section('title') User Edit Classes @endsection @section('content') @php if (!empty($get_single_classes_banner_title->content)) { $classdecodedData = json_decode($get_single_classes_banner_title->content, true); } @endphp

{{$classdecodedData['top_title'] ?? ''}}

{{$eventdecodedData['top_title'] ?? ''}}

@csrf
{{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}}
position_set === 'upstairs' ? 'checked' : '' }}>
position_set === 'downstairs' ? 'checked' : '' }}>

@if($get_user_class->type === 'recursive') type === 'recursive' ? 'checked' : '' }}>
{{--
--}} {{-- type_recurring === 'monthly' ? 'checked' : '' }}>--}} {{-- --}} {{--
--}}
{{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}}
@elseif($get_user_class->type === 'selected_date')
type === 'selected_date' ? 'checked' : '' }}>
@endif
Profile Preview

{{-- --}}
@endsection @section('script') @endsection