@extends('layouts.core.frontend', [ 'menu' => 'attributes', ]) @section('title', trans('store.attributes')) @section('page_header')

format_list_bulleted {{ trans('store.attributes') }}

@endsection @section('content')
{{ csrf_field() }} @method('PUT') @include('store.attributes._form',[ 'title' => 'Update Attribute'])
{{ trans('messages.cancel') }}
@endsection