@extends(getThemeBasePath()) @section('page_title') {{ $page_title }} @endsection @section('content')
@if (!empty($data['id'])) @method('PUT') @endif @csrf

Task Detail

@if (!empty($errors->all()))
@foreach ($errors->all() as $message)
{{ $message }}
@endforeach
@endif
@foreach ($task_files ?? [] as $fileId => $file) @endforeach
Max file size is 8MB and multiple files can be uploaded.
@if (request()->is('tasks/create') != true)

Comments

@if (!empty($comments) && count($comments) > 0) @foreach ($comments as $i => $comment) @php $rowCount = $i; @endphp @endforeach @else @php $rowCount = 0; @endphp @endif
Who Date / Time Comments Files Actions
@endif
{{-- DataTable will populate this --}}
@endsection @section('scripts') @endsection