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

Invoices

@include('flash::message')

Invoices List

{{--
--}}
{!! Form::open(['route' => 'emptycontainer.invoice.search']) !!}
{{-- --}} {{-- --}}
used to search empty container using the last 6 digit from the invoice
used to search free empty container using t1 {!! Form::close() !!}
@stop @section('footer_scripts') @stop