@extends('layouts.admin') @section('title') Gironi categoria {{$category->name}} @stop @section('content')
Aggiungi

@foreach($groups as $group) @endforeach
Nome
{{$group->name}} Modifica
@csrf @method('DELETE')
Torna a categorie
@stop