@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
@adminCan('categories.create') Add Global Attribute @endadminCan
@if (count($attrs)) @foreach ($attrs as $brand) @endforeach @else @endif
Ref Name
{{ $loop->iteration }} @php // Fetch the original attribute by id to get the original name case $originalAttr = App\Models\Attribute::find($brand->id); echo $originalAttr->name; @endphp Actions
no data found
{{ $attrs->links() }}
@endsection