{!! Form::label('property_type', Lang::get('mof.property_type')) !!}* :
@error('service_type') {{ $message }} @enderror
@if($this->service_type != NULL)
{!! Form::label('transaction_type', Lang::get('mof.transaction_type')) !!}* :
@error('transaction_type') {{ $message }} @enderror
@endif