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

{!! $serviceFeeItems->id !!}


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

{!! $serviceFeeItems->service_id !!}


{!! Form::label('fee_type_id', 'Fee Type Id:') !!}

{!! $serviceFeeItems->fee_type_id !!}


{!! Form::label('amount', 'Amount:') !!}

{!! $serviceFeeItems->amount !!}


{!! Form::label('due_on_status', 'Due On Status:') !!}

{!! $serviceFeeItems->due_on_status !!}


{!! Form::label('due_on_duration', 'Due On Duration:') !!}

{!! $serviceFeeItems->due_on_duration !!}