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