@extends('layouts.admin_layout') @section('title', 'Manage Attributes') @section('content')

Manage Attributes

Add Attribute
@foreach($attributes as $attribute_row) @endforeach
Attribute Name Action
{{$attribute_row->attribute_name}} Edit
@endsection