diff --git a/resources/views/licenses/view.blade.php b/resources/views/licenses/view.blade.php index 8573bc33e2..9e5a69f639 100755 --- a/resources/views/licenses/view.blade.php +++ b/resources/views/licenses/view.blade.php @@ -375,7 +375,7 @@ }'> - + Icon {{ trans('general.file_name') }} {{ trans('general.notes') }} {{ trans('general.created_at') }} @@ -388,7 +388,11 @@ @if ($license->uploads->count() > 0) @foreach ($license->uploads as $file) - + + + {{ \App\Helpers\Helper::filetype_icon($file->filename) }} + + {{ $file->filename }} @@ -408,11 +412,17 @@ @if ($file->filename) - + + + Download + @endif - + + + Delete + @endforeach