@csrf

@if(get_static_option('order_enable_disable_description_settings') != 'disable')
{{ __('Description') }}
@endif
@if(get_static_option('order_enable_disable_milestone_settings') != 'disable')
{{ __('Pay by Milestones') }} {{ __('Pay an amount you fixed when a portion of the whole project is completed') }}
@endif

{{ __('Milestone') }}





{{ __('Remove') }}
{{ __('Add Milestone') }}
@if (Auth::guard('web')->check() && Auth::guard('web')->user()->user_type == 1) @elseif(Auth::guard('web')->check() && Auth::guard('web')->user()->user_type == 2 && Session('user_role') == 'client') @else {{ __('Register as a client to continue') }} @endif