@extends('layouts.master') @section('pagetitle') Attribute @endsection @section('title') Attribute @endsection @section('content')

Attribute

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