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