@php use App\Helpers\Helper; use Request as Input; use Carbon\Carbon; @endphp @extends('layouts.master') @section('title', 'Task Details') @section('content')
Details
Attachments
# | File Name | Action |
---|---|---|
{{ $key + 1 }} | {{ $attachment->file_name }} | @if(auth()->user()->can('list-task')) @endif @if(auth()->user()->can('delete-task')) @endif |
Attachments Not Found. |
Comment
{{ isset($history->comment) ? $history->comment : '' }}