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

{{ __('Reporting') }}

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