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