{!! Form::label('id', 'Id:') !!}

{!! $consignee->id !!}


{!! Form::label('name', 'Name:') !!}

{!! $consignee->name !!}


{!! Form::label('tin_number', 'Tin Number:') !!}

{!! $consignee->tin_number !!}


{!! Form::label('address_id', 'Address Id:') !!}

{!! $consignee->address_id !!}