@extends('admin.index')
@section('title')
{{ translate("reviews_title") }} -
@endsection
@section('header')
@endsection
@section('content')
{{ translate("reviews_title") }}
{{ translate("reviews_description") }}
| {{ translate("first_image_label") }} |
{{ translate("product_name_label") }} |
{{ translate("comment_label") }} |
{{ translate("star_label") }} |
{{ translate("user_label") }} |
{{ translate("status_label") }} |
{{ translate("record_date_label") }} |
{{ translate("edit_delete_label") }} |
@endsection
@section('footer')
@endsection