@extends('layouts.seller.app', ['page' => $menuSeller['dashboard']['active'] ?? ""]) @section('title', __('labels.dashboard')) @section('header_data') @php $page_title = __('labels.dashboard'); $page_pretitle = __('labels.seller') . " " . __('labels.dashboard'); @endphp @endsection @php $breadcrumbs = [ ['title' => __('labels.home'), 'url' => ''] ]; @endphp @section('seller-content') @if($viewPermission ?? false)
| {{ __('labels.customer') }} | {{ __('labels.feedback') }} | {{ __('labels.rating') }} | {{ __('labels.date') }} |
|---|---|---|---|
| {{ substr($feedback['user_name'], 0, 1) }} |
{{ $feedback['title'] }}
{{ $feedback['description'] }}
|
|
{{ $feedback['date'] }} |
| {{ __('labels.no_feedback_available') }} | |||