@extends('gatepassout/layouts/default') @section('title') Gatepassouts @parent @stop {{-- Page content --}} @section('content')

Gatepassouts

@include('flash::message')

Gate Pass Out


{!! Form::open(['route' => 'gatepassout.release.search','class'=>'outform']) !!}
Search Cargo for release
{{-- --}}
search using Barcode

{{-- --}}
Manual-Search
using Task number search
{!! Form::close() !!}
@stop @section('footer_scripts') @stop