@extends('layouts.app') @section('title', $title = $category->title) @section('content') @include('shared.button', ['type' => 'edit', 'url' => route('categories.edit', $category)]) @include('shared.button', ['type' => 'delete', 'url' => route('categories.destroy', $category)]) @endsection