@extends('layouts.dashboard') @section('content')

Leave

@foreach($employees as $index => $emp) @endforeach
Sr.No Name Action
{{ $index+1 }} {{ $emp->name }} View Report
@endsection