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

{{ __('c5') }}

{{ __('c7') }}
{{-- All Tasks --}} @if (count($tasks) > 0)
@foreach ($tasks as $task) @endforeach
# {{ __('c9') }} {{ __('c10') }} {{ __('c11') }} {{ __('c12') }} {{ __('c13') }}
{{ $task->id }} {{ $task->title }} {{ $task->price }} TRX {{ $task->users }} @if ($task->type == 1) {{ __('c14') }} @elseif ($task->type == 2) {{ __('c15') }} + تعليق @else {{ __('c16') }} + تعليق + صورة @endif @if ($task->status == 1) {{ __('c17') }} @else {{ __('c18') }} @endif
    @else

    {{ __('c19') }}

    @endif
    {{-- Modals --}} {{-- New Task --}} @endsection @section('jss') @endsection