Ignore:
Timestamp:
10/23/21 04:03:46 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
b39afb5
Parents:
c6b84df
Message:

bug fixes, edited export, added fileSeeder for DB testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • resources/views/dashboard/departments/index.blade.php

    rc6b84df r4b7e2d3  
    22
    33@section("title", "SaveSpace - Departments")
    4 
    5 @section('pageTitle', 'Departments')
    64
    75@section('head')
     
    2826                <i class="fa fa-download pr-1"></i> Download files
    2927            </a>
     28            <a href="{{ route('dashboard.departments.export') }}" class="btn btn-success text-white">Export table</a>
    3029        </div>
    3130    </div>
     
    5756                                    <td></td>
    5857                                    <td>{{$department->id }}</td>
    59                                     <td>{{ $department->name }}</td>
     58                                    <td><a href="{{ route("dashboard.folders.index", ['id' => $department->id]) }}" class="text-linkedin">{{ $department->name }}</a></td>
    6059                                    <td>{{ $department->code }}</td>
    61                                     <td>{{ $department->folder->count() }}</td>
     60                                    <td>{{ $department->no_of_folders }}</td>
    6261                                    <td>{{ $department->getCreatedByName() }}</td>
    6362                                    <td>{{ date('d.m.Y - H:i', strtotime($department->created_at)) }}</td>
Note: See TracChangeset for help on using the changeset viewer.