@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Categorie

@stop @section('content') @foreach ($categorie as $categoria) @endforeach
ID Nome Azioni
{{ $categoria->id }} {{ $categoria->nome }}
@csrf @method('DELETE')
@stop @section('css') @stop