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

All Attributes

Showing
entries
@can('create','attributes') Add new @endcan
@if($attributes_query->count()>0) @if($filters['rows'] != "All")
Showing {{ $attributes_query->count() }} entries
@endif @endif
@endsection @section('page_script') @parent @endsection