@extends('front.layout') @section('title') المهام - كريبتوتاسكي @endsection @section('css') @endsection @php $color = ['fee4cb', 'e9e7fd', 'ffd3e2', 'c8f7dc', 'd5deff']; @endphp @section('content')
المهام
{{ Carbon\Carbon::parse(date('m/d/Y h:i a'))->translatedFormat('F , j') }}
@if ($task->type == 1) تقيم 5 نجوم @elseif ($task->type == 2) تقيم 5 نجوم + تعليق @else تقيم 5 نجوم + تعليق + رفع صورة @endif
ستحصل علي {{ $task->price }} Trx
حالة المهمة
{{ (count(App\Models\Submit::where('task_id', '=', $task->id)->where('status', '!=', 'Canceled')->get()) /$task->users) *100 }}%
لا يوجد اي مهام حالياً حاول مجدداً لاحقاً