@extends('backend.layouts.app') @section('title') 請求支払登録 @endsection @section('content')

請求支払【登録】

@include('backend.layouts.flash-message')
@csrf @include('backend.lease.paymanage.form._form')
@endsection @section('page_css') @endsection @section('page_js') @endsection