@extends('layouts.organization') @section('breadcrumb')
@endsection @section('content'){{ __('Student Name') }} | {{ __('Date') }} | {{ __('Time') }} | {{ __('Duration') }} | {{ __('Action') }} |
---|---|---|---|---|
{{ @$bookingHistory->user->student->name }}
|
{{ $bookingHistory->date }} | {{ $bookingHistory->time }} | {{ $bookingHistory->duration }} |
|