@extends('panel.layouts.app') @section('page-title') {{ LaraCore::setting('html_prefix') }} {{ (LaraCore::setting('html_prefix') != '') ? '|' : '' }} Inwards @stop @section('content')
{{Form::text( 'start_date', $startDate, ["class" => "form-control", "id" => 'startDate']) }}
{{Form::text( 'end_date', $endDate, ["class" => "form-control", "id" => 'endDate']) }}
{{Form::select( 'delivery_person', $deliverypersons, '', ["class" => "form-control select2 filter", "id" => 'deliveryPerson']) }}
{{Form::select( 'area_list', $areaList, '', ["class" => "form-control select2 filter", "id" => 'areaList']) }}
{{Form::select( 'carrier', $carrier, '', ["class" => "form-control select2 filter", "id" => 'carrier']) }}
@if(LaraCore::canOrNot('delete_carriers')) @endif
{{ Form::open(["url"=>route('print.inward.entry'),"method"=>"POST","target"=>"_blank"]) }} {{ Form::hidden('sdate','',['id'=>'sdate']) }} {{ Form::hidden('edate','',['id'=>'edate']) }} {{ Form::hidden('deliveryPerson','',['id'=>'hidendeliveryPerson']) }} {{ Form::hidden('areaName','',['id'=>'hidenAreaName']) }} {{ Form::hidden('carrier','',['id'=>'hidenCarrier']) }} {{ Form::hidden('parcelId','',['id'=>'parcelId']) }} {{ Form::hidden('drsTemplate','',['id'=>'drsTemplate']) }} {{ Form::close() }}
Id @if(LaraCore::canOrNot('delete_carriers')) @endif Date Barcode Receiver Origin Carrier Phone Delivery Person Area  
@include('panel.inwards.create', [@$data])
@include('common.modal.delete_confirm_modal',['entity' => 'inward']) @include('common.modal.mark_send_confirm_model',['entity' => 'inward', 'msg' => 'delivered SMS']) @include('panel.inwards.cargo_booking_list_model', [@$data]) @include('panel.inwards.booking_list_modal', [@$data]) @include('panel.inwards.cash_booking_list_modal', [@$data]) @include('common.modal.import_booking_confirm_model')
@stop @section('custom-scripts') @stop