@extends('inventory.layout') @section('title', $category->name) @section('content') @push('head') @endpush
@include('include.message')
@csrf @method('PUT')
@if($category->image!='') @else @endif
@error('name') {{ $message }} @enderror
@push('script') @endpush @endsection