@extends('admin.layouts.master-soyuz')
@section('title',__('Reported Products | '))
@section('body')
@include('admin.layouts.topbar',$data)
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
@endforeach
@endif
| # |
{{ __('Report Detail') }} |
{{ __('Reported Product Name') }} |
{{ __('Report Description') }} |
{{ __('Reported On') }} |
{{ __('Action') }} |
@endsection
@section('custom-script')
@endsection