@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.cargoheaders.search']) !!} Search CargoHeader {{-- Button Drop Down--}} SearchBy Declaration T1 Plate {{-- Declaration--}} {{-- T1--}} {{-- Plate--}} used to search declared cargo {!! Form::close() !!} @if(isset($cargoheaders)) @include('gatepass.cargoheaders.table') @endif @if(isset($cargodeclarations)) @include('gatepass.cargoheaders.declarationtable') @endif @stop