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