@extends('layouts.app') @section('content')
@include('layouts.partials.breadcrumb', ['title' => $title])
{{ $title }}
@foreach ($warningLists as $index => $item) @endforeach
S.N Employee Warning Type Subject Warning Date Action
{{ $index + 1 }} {{ $item->employee_id }} {{ $item->type }} {{ $item->subject }} {{ $item->warning_date }}
@endsection