@extends('layouts.admin_layout') @section('title', 'Manage Attributes') @section('content') Manage Attributes Home Manage Attributes @if(!empty($auth_write_status)) Add Attribute Save Sorting @endif Attribute Name Action @foreach($attributes as $attribute_row) {{$attribute_row->attribute_name}} @if(!empty($auth_write_status)) Edit @endif @endforeach @endsection