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

Edit Clasess Form

@method('PUT') @csrf

Edit Classes Section

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

@if($get_classes->type === 'recursive')
type === 'recursive' ? 'checked' : '' }}>
{{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}}
@elseif($get_classes->type === 'selected_date')
type === 'selected_date' ? 'checked' : '' }}>
@endif
Profile Preview
{{-- status == '1' ? 'checked' : ''}}>--}}
@endsection @section('script') @endsection