{{__('All Appointment')}}
@foreach($appointment as $appoint) @endforeach
# {{ __('User') }} {{ __('Course') }} {{ __('Instructor') }} {{ __('Title') }} {{ __('Accepted') }} {{ __('Action') }}
1 @if(isset($appoint->user)) {{$appoint->user->fname}} @endif @if(isset($appoint->courses)) {{$appoint->courses->title}} @endif @if(isset($appoint->instructor)) {{$appoint->instructor->fname}} @endif {{ $appoint->title }}