{{trans('appointments.appointment-settings')}} |
{{trans('appointments.my-appointments')}}
@if($resume)
{{trans('appointments.my-personal-calendar-access-url')}} :
{{generateResumeProfileUrl($resume->slug)}}/book
@endif
{{ csrf_field() }}
{{trans('appointments.my-time-zone')}}
@foreach(config('site.general.timezone.data') as $value => $name)
timezone == $value) selected @endif value="{{$value}}">{{$name}}
@endforeach
{{trans('appointments.display-meeting-duration-for')}}
min_15 == 1) checked @endif>15 mins.
min_30 == 1) checked @endif>30 mins.
hr_1 == 1) checked @endif>1 hour
{{trans('appointments.appointment-type')}}
paid==0) selected="selected" @endif>Free
paid==1) selected="selected" @endif>Paid
{{trans('appointments.currency')}}
currency=="CAD") selected="selected" @endif>CAD
currency=="USD") selected="selected" @endif>USD
{{trans('appointments.charges')}}
min_15 == 0) style="display:none;" @endif>
Charges for 15 minutes
min_30 == 0) style="display:none;" @endif>
Charges for 30 minutes
hr_1 == 0) style="display:none;" @endif>
Charges for 60 minutes
{{trans('appointments.when-a-meeting-can-be-scheduled')}}
schedule_for==0) checked @endif>All Time
schedule_for==1) checked @endif>Custom end date
schedule_for==2) checked @endif>Custom Dates
{{trans('appointments.monday')}}
{{trans('appointments.from')}}
{{trans('appointments.to')}}
{{trans('appointments.apply-to-all-days')}}
mon==1) checked @endif>{{trans('appointments.available-time')}}
{{trans('appointments.tuesday')}}
{{trans('appointments.from')}}
{{trans('appointments.to')}}
tue==1) checked @endif>{{trans('appointments.available-time')}}
{{trans('appointments.wednesday')}}
{{trans('appointments.from')}}
{{trans('appointments.to')}}
wed==1) checked @endif>{{trans('appointments.available-time')}}
{{trans('appointments.thursday')}}
{{trans('appointments.from')}}
{{trans('appointments.to')}}
thu==1) checked @endif>{{trans('appointments.available-time')}}
{{trans('appointments.friday')}}
{{trans('appointments.from')}}
{{trans('appointments.to')}}
fri==1) checked @endif>{{trans('appointments.available-time')}}
{{trans('appointments.saturday')}}
{{trans('appointments.from')}}
{{trans('appointments.to')}}
sat==1) checked @endif>{{trans('appointments.available-time')}}
{{trans('appointments.sunday')}}
{{trans('appointments.from')}}
{{trans('appointments.to')}}
sun==1) checked @endif>{{trans('appointments.available-time')}}
Meeting Time Format
time_format==0) checked @endif>AM/PM
time_format==1) checked @endif>24 hrs.
{{trans('appointments.minimum-notice-time')}}
notice_time == '15 minutes') selected @endif>15 minutes
notice_time == '30 minutes') selected @endif>30 minutes
notice_time == '1 hours') selected @endif>1 hour
notice_time == '2 hours') selected @endif>2 hours
notice_time == '3 hours') selected @endif>3 hours
notice_time == '4 hours') selected @endif>4 hours
notice_time == '5 hours') selected @endif>5 hours
notice_time == '6 hours') selected @endif>6 hours
notice_time == '1 days') selected @endif>1 day
notice_time == '3 days') selected @endif>3 days
notice_time == '7 days') selected @endif>7 days
Minimum amount of time before a meeting can be scheduled
{{trans('appointments.buffer-time')}}
No buffer time
buffer_time == '15') selected @endif>15 minutes
buffer_time == '30') selected @endif>30 minutes
buffer_time == '60') selected @endif>1 hour
Time gap between meetings
{{trans('appointments.default-meeting-location')}}
No
@if($zoomDetails and $zoomDetails->personal_meeting_url!="")
use_zoom==1) selected="selected" @endif>Zoom meeting
@endif @if($loggedInUser->appointment_video_access==1)
use_zoom==2) selected="selected" @endif>Idmeet meeting
@endif
{{trans('appointments.current-banner-image')}}:
@if($resume->banner_image)
@else
@endif
{{trans('appointments.banner-image')}}:
{{trans('appointments.banner-image-resolution')}}
{{trans('appointments.banner-image-drag-and-drop')}}
{{trans('appointments.ready-to-upload')}}
Send reminder emails
meeting_reminder == 1) selected @endif>Yes
meeting_reminder == 0) selected @endif>No
{{trans('appointments.save-settings')}}
{!! Theme::section('resume.profile.appointments.appointment-by-day') !!}