@extends('emptycontainer/layouts/default') @section('title') Cargoheaders @parent @stop {{-- Page content --}} @section('content') Empty Container Dashboard Empty Container Empty Container Search @include('flash::message') Empty Container {!! Form::open(['route' => 'emptycontainer.search.index','method'=>'get']) !!} Search {{-- Button Drop Down--}} Search by T1 {{-- SearchBy T1 Container Number --}} used to search empty container using t1 {!! Form::close() !!} @if(isset($emptyconatiners)) @include('emptycontainer.emptyconatiners.table') @endif @stop