{{__('Warning')}}
{{__('You are not in the city of the mission, you cannot do this mission.')}}
{{$task->name}}
{{__('Inventory')}}: {{ $ProofCount }}/{{$task->limit}}
{{__('Profit')}}: {{ number_format($task->reward, 2, ',', '.') }}{{ $settings['currency'] }}
{{__('Task Description')}}:
{{$task->description}}
{{__('Limits')}}: {{__('Daily')}} {{ $task->daily_limit }} {{__('Total')}} {{ $task->limit }}
{{__('Location')}}: @if($task->CountryName == 0 || $task->CityName == 0)
{{__('All')}}
@else
{{ $task->CountryName }}/{{ $task->CityName }}
@endif