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

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

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