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

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

{!! Form::open(['route' => 'report.product', 'method' => 'get']) !!}
{!! Form::close() !!}
{{trans('file.Product Name')}} {{trans('file.category')}} {{trans('file.Purchased Amount')}} {{trans('file.Purchased')}} {{trans('file.qty')}} {{trans('file.In Stock')}}
{{trans('file.Total')}}
@endsection @push('scripts') @endpush