@extends('layouts.app') @section('title', 'Tambah Tahun Event') @section('content')

Formulir Tambah Edit Tahun Event

@if ($errors->any())
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@endsection