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

Income

{{--
@if(LaraCore::canOrNot('delete_carriers')) @endif
--}}
{{ Form::select('clients', $clients,'',["class"=>'form-control filter select2','autofocus' => 'true', 'id' => 'clients']) }}
{{Form::text( 'start_date', $startDate, [ "class" => "form-control", "id" => 'startDate' ]) }}
{{Form::text( 'end_date', $endDate, [ "class" => "form-control", "id" => 'endDate' ]) }}
@if(LaraCore::canOrNot('delete_carriers')) @endif
{{ Form::open(["url"=>route('print.income.receipt'),"method"=>"POST","target"=>"_blank"]) }} {{ Form::hidden('incomeId','',['id'=>'incomeId']) }} {{ Form::close() }} {{ Form::open(["url"=>route('print.income.report'),"method"=>"POST","target"=>"_blank"]) }} {{ Form::hidden('client','',['id'=>'client']) }} {{ Form::hidden('sdate','',['id'=>'sdate']) }} {{ Form::hidden('edate','',['id'=>'edate']) }} {{ Form::close() }}
Id @if(LaraCore::canOrNot('delete_carriers')) @endif Date Client Type Amount T.D.S Discount Description  
Total Amount:
@include('panel.incomes.create', [@$data])
@include('common.modal.delete_confirm_modal',['entity' => 'income'])
@stop @section('custom-scripts') @stop