@extends('panel.layouts.app') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Purchase Entries @stop @section('content')

Purchase Entries

{{Form::text( 'start_date', $startDate, [ "class" => "form-control", "id" => 'startDate' ]) }}
{{Form::text( 'end_date', $endDate, [ "class" => "form-control", "id" => 'endDate' ]) }}
{{ Form::close() }} {{ Form::hidden('sdate','',['id'=>'sdate']) }} {{ Form::hidden('edate','',['id'=>'edate']) }}
@if(LaraCore::canOrNot('delete_carriers')) @endif
Id @if(LaraCore::canOrNot('delete_carriers')) @endif Bill No Date Name Invoice Amount CGST Amount SGST Amount IGST Amount NET Amount Payment Status Remark  
Total Amount:
@include('panel.purchaseentry.create')
@include('common.modal.delete_confirm_modal',['entity' => 'purchase_entry'])
@stop @section('custom-scripts') @stop