@extends('back.layout') @section('title') {{ __('c35') }} - {{ __('n1') }} @endsection @section('content')

{{ __('c36') }}

@if (!empty($submit->comment)) @endif @if (!empty($submit->image)) @endif @if (App\Models\Task::find($submit->task_id)->type == 1) @endif
{{ __('c37') }} {{ \App\Models\User::find($submit->user_id)->name }}
{{ __('c38') }} {{ \App\Models\User::find($submit->user_id)->email }}
{{ __('c39') }} {{ \App\Models\User::find($submit->user_id)->balance }} Trx
{{ __('c40') }} {{ \Carbon\Carbon::parse($submit->created_at)->diffForHumans() }}
{{ __('c41') }} {{ $submit->created_at }}
{{ __('c42') }} @if (\App\Models\Task::find($submit->task_id)->type == 1) {{ __('c43') }} @elseif (\App\Models\Task::find($submit->task_id)->type == 2) {{ __('c44') }} @elseif (\App\Models\Task::find($submit->task_id)->type == 3) {{ __('c45') }} @endif
{{ __('c46') }} {{ \App\Models\Task::find($submit->task_id)->price }} Trx
{{ __('c47') }} {{ __('c48') }}
{{ __('c49') }} {{ $submit->comment }}
{{ __('c50') }}
{{ __('d1') }}
@if ($submit->status == 'Pending') @elseif ($submit->status == 'Canceled')
{{ __('d4') }} : {{ $submit->updated_at }} | {{ \Carbon\Carbon::parse($submit->updated_at)->diffForHumans() }}
@else
{{ __('d5') }} : {{ $submit->updated_at }} | {{ \Carbon\Carbon::parse($submit->updated_at)->diffForHumans() }}
@endif
{{-- Modals --}} {{-- Accept Task --}} {{-- Refuse Task --}} @endsection