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

{{trans('lang.doctor_review_plural')}} |{{trans('lang.doctor_review_desc')}}

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