@extends('employee.layouts.app') @section('title', get_setting('site_name').' | '.__('Disciplinary')) @section('content')
| # | {{ __('Category') }} | {{ __('Status') }} | |
|---|---|---|---|
| {{ $c->id }} | {{ $c->incident->category->name ?? '—' }} | {{ $c->status }} | {{ __('View') }} |
| {{ __('No records.') }} | |||