{{ __('common.show') }} - {{ optional($form)->product_name }}

reply_all  {{ __('common.go_back') }}

{{ __('common.requirement') }}

{{optional($form)->category->name}}
{{optional($form)->description}}
@if($form->quantity)
{{optional($form)->quantity}}
@endif

Customer Information

{{$form->user->username??''}}
{{$form->user->phone??''}}