@extends('totruck/layouts/default') @section('title') Talley Out @parent @stop {{-- Page content --}} @section('content')

Talley Out

@include('flash::message')

Talley Release

{{-- --}}

{!! Form::open(['route' => 'totruck.release.search','class'=>'formout']) !!}
Search talley for release
{{-- --}}
using Barcode search from talley in

{{-- --}}
Manual-Search talley for release
using Task number search from talley in
{!! Form::close() !!}
@stop @section('footer_scripts') @stop