@extends('layouts.app') @section('title', 'Edit Category') @section('content')

Edit Category

Back
```
@csrf @method('PUT')
@if($category->image)
Category Image
@endif
Cancel
```
@endsection