@extends('layouts.app') @section('title', 'Tambah Nomor Cabang') @section('content')

Formulir Tambah Data Nomor Cabang

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

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{-- Event diambil dari session. Tidak perlu memilih tahun event di sini. --}}
@endsection