@extends('layouts.app') @section('content')
@include('layouts.partials.breadcrumb', ['title' => $title])
{{ $title }}
@foreach ($appreciationLists as $index => $item) @endforeach
S.N Employee Appreciated Type Appreciated By Appreciated Date Action
{{ $index + 1 }} {{ $item->employee_id }} {{ $item->type }} {{ $item->appreciated_by }} {{ $item->appreciated_date }}
@endsection