# {{ $id }} - {{ $title }}

{{ float_amount_with_currency_symbol($price) }} @if($status === 1) {{ __('Active') }} @else @if($status === 0) {{ __('Pending') }} @if(Auth::guard('web')->check() && Auth::guard('web')->user()->user_type == 1) @endif @endif @if($status === 2) {{ __('Complete') }} @endif @if($status === 3) {{ __('Cancel') }} @endif @if($status === 4) {{ __('Deliver') }} @endif @endif
{{ __('Delivery Time:') }} {{ $deadline ?? '' }}

{{ $description }}

@if($status === 4) @if(Auth::guard('web')->check() && Auth::guard('web')->user()->user_type == 1 && Session::get('user_role') != 'freelancer') @php $urlType = empty($id) ? 'order' : 'milestone'; @endphp @endif @endif @if($status === 1) @if(Auth::guard('web')->check() && Auth::guard('web')->user()->user_type == 2) {{ __('Submit') }} @endif @if(Auth::guard('web')->check() && Auth::guard('web')->user()->user_type == 1 && Session::get('user_role') == 'freelancer') {{ __('Submit') }} @endif @endif