@extends('emptycontainer/layouts/default') @section('title') Invoices @parent @stop {{-- Page content --}} @section('content') Invoices Dashboard Invoices Invoices List @include('flash::message') Invoices List {{-- --}} {!! Form::open(['route' => 'emptycontainer.invoice.search']) !!} {{-- --}} {{-- --}} SearchBy Invoice used to search empty container using the last 6 digit from the invoice SearchBy T1 used to search free empty container using t1 {!! Form::close() !!} @stop @section('footer_scripts') @stop