@extends('layouts.app') @section('main-content')

Update Category

Update Category {{ $category->name }}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('patch')
@csrf @method("DELETE") Delete
@endsection