@extends('layouts.template.main') @section('content')
Danh sách phạt
@foreach ($attendances as $attendance) {{-- -------------------------- Natural hour to minuite convertion -------------------------- --}} {{-- -------------------------- Natural hour to minuite convertion -------------------------- --}} @if (auth()->user()->hasRole('manager') || auth()->user()->hasRole('employee')) @else @endif @endforeach
Name Email Ngày Vi phạm Số phút vi phạm Số tiền phạt Ghi chú Hành động
{{ $attendance->employee->name ?? '' }} {{ $attendance->employee->email ?? '' }} {{ $attendance->date ?? '' }} {{ $attendance->type }} {{ $attendance->minutes }} {{ number_format($attendance->amount, 0) }} {{ $attendance->note }} {{-- --}}
@endsection