@extends('cfs/layouts/default') @section('title') Talley @parent @stop {{-- Page content --}} @section('content') Talley Dashboard ToTruck Talley Search ToTruck Talley @include('flash::message') Talley {{-- @lang('button.create') --}} {!! Form::open(['route' => 'cfs.viewtotrucks.index']) !!} {{-- Button Drop Down--}} Search ToTruck Search using T1 search from To truck Talley {!! Form::close() !!} @if(isset($cargoheader)) {!! Form::label('t1', 'T1:') !!} {!! Form::label('t1', $cargoheader->t1) !!} {!! Form::label('declaration', 'Declaration No:') !!} {!! Form::label('declaration', $cargoheader->cargodeclarations->declaration_number) !!} {!! Form::label('consignee', 'Consignee:') !!} {!! Form::label('consignee', $cargoheader->cargodeclarations->consignees->name) !!} {!! Form::label('transitor', 'Transitor:') !!} {!! Form::label('transitor',$cargoheader->cargodeclarations->transitors->name) !!} @if(isset($totrucks)) @include('cfs.totrucks.table_talley') @endif @endif @stop