Lager-v3/resources/views/reservations/form_input.blade.php

16 lines
283 B
PHP
Raw Permalink Normal View History

2022-09-28 07:38:08 +00:00
@include('Partials.Form.Input.user')
@include('Partials.Form.Input.room')
<br>
<hr>
<br>
@include('Partials.Form.Input.products')
<br>
<hr>
<br>
@include('Partials.Form.Input.cabels')
<br>
<hr>
<br>
@include('Partials.Form.Input.date_start')
@include('Partials.Form.Input.date_end')