@extends('dashboard.layout.mainlayout') @section('content')

@lang('user.feedback') {{ $total }}

@foreach ($feedbacks as $index => $item) @endforeach
# @lang('user.user_name') @lang('user.content') @lang('user.date')
{{$index + 1}} {{$item->user->name?? ''}} {{$item->message}} {{$item->created_at}}
@endsection