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

レンタル契約【詳細】

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