{{ $student->user->name }}, {{ __('Call History') }}
@forelse($student->student_call_histories as $student_call_history) @empty @endforelse
Called By Phone Created Date & Time Updated Date & Time
{{ $student_call_history->user->name }} {{ $student_call_history->phone }} {{ $student_call_history->created_at->timeZone('Asia/Dhaka')->toDayDateTimeString() }} {{ $student_call_history->updated_at->timeZone('Asia/Dhaka')->toDayDateTimeString() }}
{{ __('No data found') }}