@extends('admin.layout.app') @section('content') Attribute Value Attribute Value @include('admin.layout.session') Edit Attribute Value Delete @method('delete') @csrf @csrf @method('put') Attribute Select Attribute @foreach($attributes as $attribute) attribute_id == $attribute->id ? 'selected' : ''}}>{{$attribute->name}} @endforeach Value @if ($errors->has('value')) {{ $errors->first('value') }} @endif Submit Back @endsection @push('js') @endpush