@extends('superadmin.layouts.app') @section('title', 'CATEGORIE') @section('page-classes', 'services') @section('content') @include('superadmin.partials.alerts')
CREA NUOVA CATEGORIE
@component('components.scroll-pagination', [ 'action' => action('Superadmin\CategoriesController@index'), 'last_page' => $categories->lastPage() ])
Nome
@endcomponent @endsection