# | {{ __('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 }} |
|