@extends('release/layouts/default') @section('title') Cargo releases @parent @stop {{-- Page content --}} @section('content') Cargo releases Cargo releases Invoice search @include('flash::message') Invoice Search {!! Form::open(['route' => 'release.invoices.search']) !!} {{-- Invoice Number --}} Search Use the last six digit of the invoice number {!! Form::close() !!} @stop @section('footer_scripts') @stop