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

Edit Attribute - {{$attribute->name}}

@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('slug') {{ $message }} @enderror
@foreach($options as $key => $option)
@endforeach
@endsection @section('scripts') @endsection