{{ __('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') }} | |
|
{{ __('d4') }} : {{ $submit->updated_at }} | {{ \Carbon\Carbon::parse($submit->updated_at)->diffForHumans() }}
@else
{{ __('d5') }} : {{ $submit->updated_at }} | {{ \Carbon\Carbon::parse($submit->updated_at)->diffForHumans() }}
@endif