@extends(getTemplate() .'.panel.layouts.panel_layout') @push('styles_top') @endpush @section('content')
{{ csrf_field() }}

{{ trans('panel.my_timesheet') }}

disabled ? 'checked' : '' }}>
@foreach(\App\Models\MeetingTime::$days as $day) @endforeach
{{ trans('public.day') }} {{ trans('public.availability_times') }} {{ trans('public.controls') }}
{{ trans('panel.'.$day) }} {{ isset($meetingTimes[$day]) ? $meetingTimes[$day]["hours_available"] : 0 }} {{ trans('home.hours') .' '. trans('public.available') }} @if(isset($meetingTimes[$day])) @foreach($meetingTimes[$day]["times"] as $time)
{{ $time->time }} - {{ trans('update.'.($time->meeting_type == 'all' ? 'both' : $time->meeting_type)) }}
@endforeach @endif

{{ trans('panel.my_hourly_charge') }}

{{ $currency }}
%

{{ trans('update.in_person_meetings') }}

in_person) or old('in_person') == 'on') ? 'checked' : '' }}>
{{ $currency }}

{{ trans('update.group_meeting') }}

group_meeting) or old('group_meeting') == 'on') ? 'checked' : '' }}>

{{ trans('update.online_group_meeting_options') }}

{{ $currency }}

{{ trans('update.in_person_group_meeting_options') }}

{{ $currency }}
@endsection @push('scripts_bottom') @endpush