@extends('layouts.master') @section('page-css') @include('partials.trainingCSS') @endsection @section('main-content')
@if(auth()->user()->hasRole('admin') || auth()->user()->can('Can view manage todo link'))
Title Assigned To Department Category Description Due date Status Added On Added By Action
 
@endif
@endsection @section('bottom-js') @include('partials.todoJS') @endsection