@extends('layouts.app') @section('title', '新規') @section('content')
@csrf @include('admin.opes._form', ['isEdit' => false])
@endsection