@extends('backend.layouts.app') @section('title') レンタル金額マスタ登録 @endsection @section('content')

レンタル金額マスタ【登録】

@include('backend.layouts.flash-message') {{ Form::open(["route"=>"backend.rental.price.store", "method"=>"post"]) }} @include('backend.rental.price._form')
{{ Form::close() }}
@endsection @section('page_js') @endsection