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

Department / {{$department->name}}

#Page-ID

Doctors in this Department

@foreach($department->doctors as $de)

{{$de->first_name}} {{$de->last_name}}

@endforeach
@endsection