@if ($data->phase == 0)
@lang('Payment Successfully Completed.')
@endif
@if ($data->phase == 2)
@lang('Your submittion is waitting for agent verification')
@endif
@if ($data->phase == 3)
@lang('Please Download the contracts and sign here to upload for next phase')
@endif
@if ($data->phase == 4)
@lang('Sign document submitted, wait for agent approval')
@endif
@if ($data->phase == 5)
@lang('Agent approve your submitted document, please pay now.')
@endif