@extends('admin.project.main') @section('projectCSS') @endsection @section('projectContent')
{{ __('Total Time Spent') }}
{{ $hours }} Hours
{{ $minutes }} Minutes
{{ $seconds }} Seconds
{!! $dataTable->table(['class' => 'table table-striped table-hover dt-responsive project-timesheet-styles', 'width' => '100%', 'cellspacing' => '0']) !!}
@endsection @section('projectJS') {!! $dataTable->scripts() !!} @endsection