@extends('layouts.admin') @section('title', '시스템 관리') @section('content')

새 관리자 등록

목록으로
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection