@extends('user.layout') @section('title') {{__('message.Doctor Reviews')}} @stop @section('meta-data') @stop @section('content')

{{__('message.Doctor Reviews')}}

@if(count($reviewdata)>0) @foreach($reviewdata as $uf)
@if($uf->patientls->profile_pic!="") @else @endif
@endforeach @else {{__('message.No Any Review List Get')}} @endif
@stop