@extends('layouts.master') @section('content') @push('scripts') @endpush
@include('partials.clientheader') @include('partials.userheader', ['changeUser' => false])
@include('partials.comments', ['subject' => $tasks])
@include('tasks._sidebar')
@include('tasks._timeline')
@if(Entrust::can('invoice-see') && $tasks->invoice)
@include('tasks._time_management')
@endif
@if(Entrust::can('task-upload-files') && $filesystem_integration)

{{ __('All Files') }}

@if($files->count() == 0)

@lang('No files')

@endif
@foreach($files as $file)
{{$file->original_filename}}
{{$file->size}} MB
@endforeach
@endif
@if(Entrust::can('task-update-deadline')) @endif @stop @push('scripts') @endpush