@extends('inventory.layout') @section('title', $attribute->name) @section('content') @push('head') @endpush
@include('include.message')
@csrf @method('PUT')
@push('script') @endpush @endsection