@extends('gatepass/layouts/default') @section('title') Cargoheaders @parent @stop {{-- Page content --}} @section('content') Cargoheaders Dashboard Cargoheaders Cargoheaders List @include('flash::message') Cargo Headers {{-- @lang('button.create') --}} {!! Form::open(['route' => 'gatepass.traincargo.search']) !!} Search CargoHeader Search using T1 search from detailed cargo {!! Form::close() !!} @if(isset($cargoheader)) @include('gatepass.traincargos.table') @endif @stop