@extends('layouts.main') @section('content')

Attributes Management


Back @can('attribute-create') Create New Attributs @endcan
@foreach($attributes as $display) @endforeach
NO Attributes_Name Action NON Deletable
{{ $display->attribute_name }} @can('attribute-edit')   @endcan @can('attribute-delete') @if($display->non_deletable==1) @endif @endcan
@if($display->non_deletable==1) @else @endif
@endsection