@extends('layouts.main') @section('pageTitle', '月租等級-新增') @section('content')
@csrf
@error('name') {{ $message }} @enderror
返回
@endsection