@extends('layouts.app', ['activePage' => 'listReport', 'titlePage' => __('Reporting')]) @section('content')

{{ __('Reporting') }}

@if (count($errors) > 0) @if($errors->any()) @endif @endif @if (session('status')) @endif
close
@foreach ($reportList as $key=>$user) @endforeach
{{ __('#') }} {{ __('Name') }} {{ __('Value Name') }} {{ __('Quantity') }} {{ __('Price') }}
{{ $key+1}} {{ $user->product_name }} {{ $user->value_name }} {{ $user->quantity }} {{ $user->product_price }}
@endsection @push('js') @endpush