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

Talley In Remark

@include('flash::message')

Talley Remark

{{-- --}}

{!! Form::open(['route' => 'cfs.remark.store']) !!}
{!! 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('consignee', 'Transitor:') !!}
{!! Form::label('consignee',$cargoheader->cargodeclarations->transitors->name) !!}

@if(isset($talleys)) @include('cfs.talleycfs.table_remark') @endif {!! Form::close() !!}
@stop