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