@extends('users.admin.layouts.master') @section('content')

Doctors in this time schedule

    @foreach($timeschedule->doctors as $doc)
  • {{$doc->first_name}}
  • @endforeach
@endsection