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