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

{{trans('lang.doctor_plural')}} |{{trans('lang.doctor_desc')}}

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