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

{!! $transaction->id !!}


{!! Form::label('service_id', 'Service Id:') !!}

{!! $transaction->service_id !!}


{!! Form::label('application_date', 'Application Date:') !!}

{!! $transaction->application_date !!}


{!! Form::label('buyer_id', 'Buyer Id:') !!}

{!! $transaction->buyer_id !!}


{!! Form::label('seller_id', 'Seller Id:') !!}

{!! $transaction->seller_id !!}


{!! Form::label('property_id', 'Property Id:') !!}

{!! $transaction->property_id !!}


{!! Form::label('settlement_date', 'Settlement Date:') !!}

{!! $transaction->settlement_date !!}


{!! Form::label('settlement_date', 'Settlement Amount:') !!}

{!! $transaction->settlement_date !!}


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

{!! $transaction->status !!}