@extends('backend.layouts.app') @section('content')

商品カテゴリー追加

{{ Form::open(["route"=>"backend.moritis.product_category.confirm", "method"=>"post"]) }} @include('backend.moritis.product_category._form')
{{ Form::close() }} @endsection @section('page_js') @endsection