@extends('backend.layouts.master') @section('backendcontent')

Doctor Time table List

@if (session()->has('success'))
{{ session('success') }}
@endif
@foreach ($doctorTimeTabels as $doctorTimeTabel) @endforeach
Doctor Name Morning Time Evening Time
{{$doctorTimeTabel->doctor->doctorfname}} {{$doctorTimeTabel->doctor->doctorlname}} {{ $doctorTimeTabel->morningTiming }} {{ $doctorTimeTabel->eveningTiming }} Edit
@endsection