@include('layouts.alert')
| S.no |
Name |
Action |
@php $i = ($attributes->perPage() * ($attributes->currentPage() - 1)) + 1 @endphp
@forelse($attributes as $attribute)
| {{ $i++ }} |
{{ $attribute->name }} |
|
@empty
Attribute Not Found! |
@endforelse
{{ $attributes->links() }}