@foreach($violations as $v) @endforeach
# Employee Reason Date Repeat Penalty
{{ $v->id }} {{ $v->employee->name ?? '-' }} {{ $v->reason }} {{ $v->violation_date }} {{ $v->repeat_count }} {{ $v->penalty }}