@extends('layouts.'.Auth::user()->role.'_layout')
@section('title')
{{ __('All Patients') }}
@endsection
@section('content')
{{ __('Patient') }} :
{{ __('Date') }} :
{{ __('Time Slot') }} :
@endsection
@section('header')
@endsection
@section('footer')
@endsection