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