@extends('cfs/layouts/default') @section('title') Talleys @parent @stop @section('content') @include('common.errors')

Talleys Edit

Edit Talley


{!! Form::label('t1', 'T1:') !!}
{!! Form::label('t1', $talley->workorder->cargodetail->cargoheader->t1) !!}
{!! Form::label('declaration', 'Declaration No:') !!}
{!! Form::label('declaration', $talley->workorder->cargodetail->cargoheader->cargodeclarations->declaration_number) !!}
{!! Form::label('consignee', 'Consignee:') !!}
{!! Form::label('consignee', $talley->workorder->cargodetail->cargoheader->cargodeclarations->consignees->name) !!}
{!! Form::label('transitor', 'Transitor:') !!}
{!! Form::label('transitor',$talley->workorder->cargodetail->cargoheader->cargodeclarations->transitors->name) !!}
{!! Form::model($talley, ['route' => ['cfs.talleycfs.update', collect($talley)->first() ], 'method' => 'patch']) !!} @include('cfs.talleycfs.fields') {!! Form::close() !!}
@stop @section('footer_scripts') @stop