@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 for Interior Transit {{-- {!! Form::open(['route' => 'release.passingby.search']) !!}--}} Invoice Number {!! $year !!}{!! $month !!}{!! $day !!} Search Use the last six digit of the invoice number {{-- {!! Form::close() !!}--}} @stop @section('footer_scripts') @stop