@extends('layouts.main') @section('title') Dashboard @endsection @section('breadcrumb')

Hi, welcome back!

Dashboard.

@endsection @section('css') @endsection @section('content') @if(auth()->user()->hasRole('Operator'))
Current Status: Idle
Started at: --:--:--
Today's Summary
Total Shift Time

00:00:00 hrs

Total Break Time

00:00:00 hrs

Total Time

00:00:00 hrs

@endunless @endsection @section('js') @endsection