@extends('seller.layouts.app')
@section('title')
Attribute List | Vendor
@endsection
@section('content')
| Name |
Code |
Filterable |
Required |
Action |
@foreach ($attributes as $attribute)
|
{{ $attribute->name }}
|
{{ $attribute->code }}
|
@if ($attribute->is_filterable)
Yes
@else
No
@endif
|
@if ($attribute->is_required)
Yes
@else
No
@endif
|
{{--
--}}
|
@endforeach
@endsection
@section('style')
@endsection
@section('script')
@endsection