{{ __('Dashboard') }}

Your Working History
@if (empty($history) || is_null($history))
No Project Working History Yet
@elseif(!empty($history) && !is_null($history)) @include('tasks.components.historytable') @endif {{--
--}}