@extends('_partials.master') @section('page_title', 'Attributes') @section('page_heading', 'Attributes') @section('page_styles') @endsection @section('content') List all Attributes Create New ID Name Type Actions @foreach($attributes as $attribute) {{ $attribute->id }} {{ $attribute->name }} {{ $attribute->type ? $attribute->type : '-' }} Edit View Attribute Values @endforeach @stop @push('page_scripts') @endpush