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