@extends('layout') @section('main')

⚙️ 카테고리 관리

@if (\Session::has('success'))
{{ \Session::get('success') }}
@endif
카테고리 추가
@csrf
@error('name')
{{ $message }}
@enderror
등록된 카테고리
@endsection