@extends('layouts.index') @section('title') Ref. Shift @endsection @section('css') @endsection @section('content')

Ref. Shift

Ref. Shift

Daftar Shift

@foreach ($list as $item) @endforeach
No. Nama Shift Jam Masuk Jam Pulang Status Opsi
last) id="lastCount" @endif>{{ $loop->iteration }} {{ $item->nama }} {{ date('H:i',strtotime($item->jam_masuk)) }} {{ date('H:i',strtotime($item->jam_pulang)) }} @php if ($item->status == 'Y') { $status = 'Aktif'; $statusColor = 'success'; } else { $status = 'Tidak Aktif'; $statusColor = 'danger'; } @endphp {{ $status }}
Tambah Data

Tambah Shift

Edit Data

Edit Ref. Shift

@endsection @section('js') @endsection