@extends('backend.layouts.app') @section('title') レンタル契約登録 @endsection @section('content')

レンタル契約【登録】

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