@extends('layouts.app') @section('content')

{{trans('lang.doctor_patients_plural')}} |{{trans('lang.doctor_patients_desc')}}

@include('flash::message')
@include('doctor_patients.table')
@endsection