@include('includes/header') @include('includes/sidebar')
@if (\Session::has('success')) @endif @if (\Session::has('error')) @endif
@php $i = 0; @endphp @foreach($data as $value) @php $i++; @endphp @endforeach
Id Name Description Employees Action
{{$i}} {{$value['name']}} {{$value['description']}} {{$value['employees']}}
{{$data->render('custom_pagination')}}
@include('includes/footer')