@extends('layouts.auth') @section('content')

Update {{ $category->name }}

@csrf @method('PUT')
@error('image') {{ $message }} @enderror
@endsection