@extends('layouts.app') @push('css_lib') @endpush @section('content')

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

@include('flash::message') @include('adminlte-templates::common.errors')
{!! Form::model($doctorReview, ['route' => ['doctorReviews.update', $doctorReview->id], 'method' => 'patch']) !!}
@include('doctor_reviews.fields')
{!! Form::close() !!}
@include('layouts.media_modal') @endsection @push('scripts_lib') @endpush