@extends('dashboard.layouts.app') @section('title', __('Availability Summary for') . ' ' . $teacher->name) @section('page_heading', __('Availability Summary for') . ' ' . $teacher->name) @section('breadcrumb')
{{ __('Timezone') }}: {{ $current_timezone }}
{{ __('Day') }} | {{ __('Available Hours') }} |
---|---|
{{ $day }} | {{ $hours }} |
{{ __('Weekly Total') }}: | {{ $weeklyHours }} {{__('Hours')}} |
{{ __('Monthly Total (approx.)') }}: | {{ $monthlyHours }} {{__('Hours')}} |
{{ __('Day') }} | {{ __('Start Time') }} | {{ __('End Time') }} | {{__('Time Zone')}} | {{ __('Available') }} |
---|---|---|---|---|
{{$availability->dayName}} | {{ $availability->start_time_formatted }} | {{ $availability->end_time_formatted }} | {{$availability->timezone}} | @if ($availability->is_available) {{__('Yes')}} @else {{__('No')}} @endif |