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

Empty Container

@include('flash::message')

Empty Container


{!! Form::open(['route' => 'emptycontainer.search.index','method'=>'get']) !!}
Search
{{-- --}}
{{-- --}}
used to search empty container using t1
{!! Form::close() !!} @if(isset($emptyconatiners))
@include('emptycontainer.emptyconatiners.table') @endif
@stop