@extends('layouts.app') @section('main-content')
Home
Categories List
Update Category
Update
Category
Update Category {{ $category->name }}
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf @method('patch')
Name
Description
Status
-- Status --
status == 1)>Active
status == 0)>Not Active
Update
@csrf @method("DELETE")
Delete
@endsection