@extends('superadmin.layouts.app')
@section('title', 'ECCEZIONI COLORAZIONI')
@section('page-classes', 'services')
@section('content')
@include('superadmin.partials.alerts')
-
ECCEZIONI
-
ECCEZIONI COLORAZIONI
@if($prd)
@component('components.scroll-pagination', [
'action' => action('Superadmin\ExceptionColorationsController@index'),
'last_page' => $exceptions->lastPage()
])
| COLORAZIONE |
PALETTE |
PRESELEZIONATO |
Public Prezzo |
@endcomponent
@endif
@endsection