{{-- resources/views/restaurant/categories/edit.blade.php --}} @extends('layouts.restaurant') @section('title', 'Edit Category') @section('content')
Update category: {{ $category->name }}