@extends('backend.layout.main') @section('content') @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif

{{trans('file.Product Report')}}

{!! Form::open(['route' => 'report.product', 'method' => 'get']) !!}
{!! Form::close() !!}
{{trans('file.Product')}} {{trans('file.category')}} {{trans('file.Purchased Amount')}} {{trans('file.Purchased')}} {{trans('file.qty')}} {{trans('file.Sold Amount')}} {{trans('file.Sold')}} {{trans('file.qty')}} Returned Amount Returned Qty Purchase Returned Amount Purchase Returned Qty {{trans('file.profit')}} {{trans('file.In Stock')}} {{trans('file.Stock Worth (Price/Cost)')}}
{{trans('file.Total')}}
@endsection @push('scripts') @endpush