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

{!! $invoice->id !!}


{!! Form::label('invoice_number', 'Invoice Number:') !!}

{!! $invoice->invoice_number !!}


{!! Form::label('sub_total', 'Sub Total:') !!}

{!! $invoice->sub_total !!}


{!! Form::label('vat', 'Vat:') !!}

{!! $invoice->vat !!}


{!! Form::label('withholding', 'Withholding:') !!}

{!! $invoice->withholding !!}


{!! Form::label('other_deduction', 'Other Deduction:') !!}

{!! $invoice->other_deduction !!}


{!! Form::label('grand_total', 'Grand Total:') !!}

{!! $invoice->grand_total !!}


{!! Form::label('void', 'Void:') !!}

{!! $invoice->void !!}


{!! Form::label('void_date', 'Void Date:') !!}

{!! $invoice->void_date !!}


{!! Form::label('paid_date', 'Paid Date:') !!}

{!! $invoice->paid_date !!}


{!! Form::label('officer', 'Officer:') !!}

{!! $invoice->officer !!}


{!! Form::label('remark', 'Remark:') !!}

{!! $invoice->remark !!}