@extends('layouts.master') @section('title', 'With Doctor | Proxima - Medical Management app') @section('title-topbar', 'Patients Waiting') @section('css') @endsection @section('content')
{{ __('basic.new') }}
All users
{{ __('patientappo.not accepted') }} {{ __('patientappo.accepted') }} {{ __('patientappo.arrived') }} {{ __('patientappo.with doctor') }} {{ __('patientappo.done appointment') }} {{ __('patientappo.canceled') }} {{ __('patientappo.not respond') }}
@endsection @section('js') @endsection