@extends('layouts.admin') @section('content') @if (Session::has('message'))
{{ Session::get('message') }}
@endif
@if(IzoCommonHelper::hasPermission('doctor_ratings_list'))
@lang('Id') @lang('Doctor Id') Doctor Name @lang('Patient Name') @lang('Title') @lang('Description') @lang('Rating') @lang('Verified status')
@lang('No records found!.')
@endif
@endsection