@extends('AdminLte.template') @section('title') Gross Profit & Sales Margin Report @endsection @section('ExternalCss') @parent @endsection @section('Content')
Gross Profit & Sales Margin Report
{{ Form::open(['action' => 'RegisterReportController@profitReport','autocomplete' => 'off','id' => 'profitdata']) }}
✱
Store :
Rate :
Without GST
With GST
Summary
Details
From :
To :
Submit
From :
To :
Product Category :
ALL
@foreach($productCategory as $key =>$product)
{{$product->category_abbrev}}
@endforeach
Product Name :
Submit
{{ Form::close() }} @endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection