@extends('adminlte::page') @section('title', 'Categories') @section('content_header')

Edit Category

@csrf @method('PUT')
@if ($category->image) {{ $category->name }} @endif
Cancel
@endsection