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

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

@include('doctor_patients.show_fields')
@endsection