@extends('_partials.master') @section('page_title', 'Attributes') @section('page_heading', 'Attributes') @section('page_styles') @endsection @section('content')

List all Attributes

@foreach($attributes as $attribute) @endforeach
ID Name Type Actions
{{ $attribute->id }} {{ $attribute->name }} {{ $attribute->type ? $attribute->type : '-' }} Edit View Attribute Values
@stop @push('page_scripts') @endpush