{{ __('Reporting') }}
@if (count($errors) > 0)
@if($errors->any())
{{$errors->first()}}
@endif
@endif
@if (session('status'))
{{ session('status') }}
@endif
{{ __('#') }} | {{ __('Name') }} | {{ __('Value Name') }} | {{ __('Quantity') }} | {{ __('Price') }} | {{ __('Action') }} |
---|---|---|---|---|---|
{{ $key+1}} | {{ $user->product_name }} | {{ $user->value_name }} | {{ $user->quantity }} | {{ $user->product_price }} | edit |