@extends('layouts.admin') @section('title') Gestione categorie e gironi @stop @section('content')
Aggiungi

@foreach($categories as $category) @endforeach
Nome
{{$category->name}} {{$category->grp}} Gironi
@csrf @method('DELETE')
Aggiungi
@stop @section('extra_js') @stop