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

Cargoheaders

@include('flash::message')

Cargo Headers

{{-- --}}

{!! Form::open(['route' => 'gatepass.traincargo.search']) !!}
Search CargoHeader
using T1 search from detailed cargo
{!! Form::close() !!} @if(isset($cargoheader))
@include('gatepass.traincargos.table') @endif
@stop