@extends('warehouse/layouts/default') @section('title') Cargoheaders @parent @stop {{-- Page content --}} @section('content') Cargoheaders Dashboard Cargoheaders Cargoheaders List @include('flash::message') New Cargo Headers {{-- @lang('button.create') --}} {!! Form::open(['route' => 'warehouse.declaration.search']) !!} Search Parent CargoHeader {{-- Button Drop Down--}} Search used to search the parrent declared cargo using t1 {!! Form::close() !!} @if(isset($cargoheader)) {!! Form::open(['route' => 'warehouse.declaration.store',"name"=>'roroinform']) !!} @include('warehouse.declarations.talleyin_form') {!! Form::close() !!} @endif @stop @section('footer_scripts') @stop