@extends('layouts.admin') @section('title') Stagioni @stop @section('content')
@foreach($seasons as $season) @endforeach
Nome Stagione corrente
{{$season->name}} {{$season->default ? 'X' : ''}} Modifica
@csrf @method('DELETE')
Aggiungi
@stop