@extends('layouts.app') @section('title', $title = __('category.index')) @section('content') @include('shared.button', ['type' => 'add', 'url' => route('categories.create'), 'label' => __('category.add')]) @endsection