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

{!! $invocie->id !!}


{!! Form::label('TransactionId', 'Transactionid:') !!}

{!! $invocie->transaction_id !!}


{!! Form::label('CustomerId', 'Customerid:') !!}

{!! $invocie->customer_id !!}


{!! Form::label('InvoiceDate', 'Invoicedate:') !!}

{!! $invocie->invoice_date !!}


{!! Form::label('Status', 'Status:') !!}

{!! $invocie->status !!}


{!! Form::label('invoice1_refno', 'Invoice 1 Refno:') !!}

{!! $invocie->invoice1_refno !!}


{!! Form::label('invoice2_refno', 'Invoice 2 Refno:') !!}

{!! $invocie->invoice2_refno !!}


{!! Form::label('payment1_refno', 'Payment 1 Refno:') !!}

{!! $invocie->payment1_refno !!}


{!! Form::label('payment2_refno', 'Payment 2 Refno:') !!}

{!! $invocie->payment2_refno !!}


{!! Form::label('currency', 'Currency:') !!}

{!! $invocie->currency !!}