@extends('layouts.app') @section("title", "SaveSpace - Departments") @section('head') @endsection @section('content')
ID | Name | Code | Folders | Created by | Updated at | Directory | Actions | |||
---|---|---|---|---|---|---|---|---|---|---|
{{$department->id }} | $department->id]) }}" class="text-linkedin">{{ $department->name }} | {{ $department->code }} | {{ $department->no_of_folders }} | {{ $department->user->username }}
{{$department->user->name}} {{$department->user->surname}}
{{ date('d.m.Y - H:i', strtotime($department->created_at)) }}
|
@if($department->updated_at==NULL)
/ | @else{{ date('d.m.Y - H:i', strtotime($department->updated_at)) }} | @endif@if(auth()->user()->hasPermission('manage_all_departments')) | @if(auth()->user()->hasPermission('download_data')) $department->id]) }}" class="text-danger ml-2"title="Download"> @endif @if(auth()->user()->hasPermission('delete_data')) @endif | @else@endif |