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