@extends('admin.layouts.masterlayout') @section('title') Rating & feedback Management @endsection @section('head_title') View Rating & feedback @endsection @section('content')
{{ $app_review->user->name ?? '-' }}
{{ $app_review->review ?? '-' }}
{{$app_review->created_at ? $app_review->created_at->format('d-m-Y') : '-' }}