@extends('layouts.main') @section('title') {{ __('Seller Review Reports') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
{{--
--}} @canany(['item-update','item-delete']) @endcanany
{{ __('ID') }} {{ __('Seller Name') }} {{ __('Buyer Name') }} {{ __('Advertisement') }} {{ __('Ratings') }} {{ __('Review') }} {{ __('Report Status') }} {{ __('Report Reason') }} {{ __('Report Rejection Reason') }}{{ __('Action') }}
@endsection @section('script') @endsection