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

Formulir Edit Nomor Cabang

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

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