@extends('layouts.master') @section('title', 'With Doctor | Proxima - Medical Management app') @section('title-topbar', 'Patients Waiting') @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.appointments') }} | {{ __('basic.patient arrived') }}
@endsection @section('js') @endsection