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

Inward Returns

{{Form::text( 'start_date', $startDate, ["class" => "form-control", "id" => 'startDate']) }}
{{Form::text( 'end_date', $endDate, ["class" => "form-control", "id" => 'endDate']) }}
{{Form::select( 'couriers', $carriers, '', ["class" => "form-control select2 filter", "id" => 'couriers']) }}
@if(LaraCore::canOrNot('delete_carriers')) @endif
{!! Form::open(["url"=>route('print.returndocument.entry'),"method"=>"POST","target"=>"_blank"]) !!} {{ Form::hidden('sdate','',['id'=>'sdate']) }} {{ Form::hidden('edate','',['id'=>'edate']) }} {{ Form::hidden('couriers','',['id'=>'hidencouriers']) }} {{-- {{ Form::hidden('parcelId','',['id'=>'parcelId']) }} --}} {{ Form::close() }}
Id @if(LaraCore::canOrNot('delete_carriers')) @endif Date Sender Center Receiver Barcode Carrier Reason  
@include('panel.returndocuments.create', [@$data])
@include('common.modal.delete_confirm_modal',['entity' => 'return_document'])
@stop @section('custom-scripts') @stop