@extends('adminlte::page') @section('content_header')

Mappa i campi

@endsection @section('content')
@csrf @foreach ($db as $header=>$table)
@endforeach
@endsection