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

Manage Attributes

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