@extends('admin.layout.app') @section('content') Attribute Value Attribute Value @include('admin.layout.session') Add New Attribute Value @csrf Attribute Select Attribute @foreach($attributes as $attribute) {{$attribute->name}} @endforeach Value @if ($errors->has('value')) {{ $errors->first('value') }} @endif Submit Back @endsection @push('js') @endpush