@extends('admin.layouts.container') @section('content')

{{$head ?? '' }}

@if($consulting ?? '' && $consulting->id) @method('PUT') @endif @csrf
{{--
--}} {{--
--}} {{--

{{__('consultings.type')}}

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- type ?? null) == 'urgent' ? 'checked' : '' }} value="urgent" class="custom-control-input" id="urgent" name="type">--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- type ?? null) == 'appointment' ? 'checked' : '' }} value="appointment" class="custom-control-input" id="appointment" name="type">--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}

{{__('consultings.way')}}

way ?? null) == 'phone' ? 'checked' : '' }} value="phone" class="custom-control-input" id="phone" name="way">
way ?? null) == 'zoom' ? 'checked' : '' }} value="zoom" class="custom-control-input" id="zoom" name="way">
way ?? null) == 'office' ? 'checked' : '' }} value="office" class="custom-control-input" id="office" name="way">
@endsection @section('inner_js') {{-- --}} @endsection