@extends('backend.layout.master-tailwind') @section('title', __('Freelancer Feedbacks')) @section('admin_styles') @endsection @section('content')

{{ __('Freelancer Feedbacks') }}

{{ $feedbacks->total() }} {{ __('feedbacks') }}

{{ __('This is a collection of freelancer feedbacks. You can edit feedbacks here. Only approved feedbacks will be displayed on the frontend.') }}
{{ __('You can search by rating only.') }}
@include('backend.pages.feedback.search-result')
{{-- Edit Feedback Dialog --}}
{{ __('Edit Feedback') }}
@endsection @section('script') @include('backend.pages.feedback.feedback-js') @endsection