{{ float_amount_with_currency_symbol($order_details->payable_amount) }}
@else @php $earnings = \App\Models\OrderMilestone::where('order_id',$order_details->id)->where('status',2)->sum('price'); @endphp{{ float_amount_with_currency_symbol($earnings) }}
@endif{{ __('Earned Balance') }}
{{ float_amount_with_currency_symbol($order_details->hourly_rate) }}
{{ __('Hourly Rate') }}
{{ float_amount_with_currency_symbol($order_details->payable_amount) }}
@else{{ site_currency_symbol() }} 0
@endif{{ __('Pending Balance') }}
{{ __('Estimated Hours') }}
{{ __('Commission Amount') }}
{{ __('Approximate Budget') }}
{{ __('Total Budget') }}
- {{ __('Work History') }}
- {{ __('Total Work Hours') }}
| {{ __('Start Date') }} | {{ __('End Date') }} | {{ __('Work Hours') }} | {{ __('Note') }} |
|---|---|---|---|
| {{ $history->start_date }} | {{ $history->end_date }} | {{ $history->hours_worked }} @if($history?->order->status != 3) {{ __('Edit') }} @include('hourlyjob::client.time-modal') @endif | {{ $history->notes }} |