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

Outwards

{{Form::text( 'start_date', $startDate, [ "class" => "form-control", "id" => 'startDate' ]) }}
{{Form::text( 'end_date', $endDate, [ "class" => "form-control", "id" => 'endDate' ]) }}
{!! Form::open(["url"=>route('print-outward-receipt'),"method"=>"POST","target"=>"_blank"]) !!} {{ Form::hidden('sdate','',['id'=>'sdate']) }} {{ Form::hidden('edate','',['id'=>'edate']) }} {{ Form::close() }}
Id @if(LaraCore::canOrNot('delete_carriers')) @endif Date Barcode Receiver Origin Phone Signature
@include('common.modal.send_outward_mail_confirm_model',['entity' => 'outward_report'])
@stop @section('custom-scripts') @stop