@extends('superadmin.layouts.app') @section('title', 'MATERIALE') @section('page-classes', 'services') @section('content') @include('superadmin.partials.alerts')
CREA NUOVO MATERIALE
@component('components.scroll-pagination', [ 'action' => action('Superadmin\MaterialsController@index'), 'last_page' => $materials->lastPage() ])
Nome TIPO materiale Rifrazione
@endcomponent @endsection