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

{{trans('lang.doctor_appointment_plural')}} |{{trans('lang.doctor_appointment_desc')}}

@include('doctor_appointments.show_fields')
@endsection