Initial Commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
@extends('Layouts.master')
|
||||
|
||||
@section('content')
|
||||
<div class="main-container pb-4">
|
||||
<form method="post" action="{{route('loans.laptop.store')}}">
|
||||
@include('loans.laptop.form_input')
|
||||
@include('Partials.Form.Input.Submit.submit_create')
|
||||
</form>
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
@section('scripting')
|
||||
@endsection
|
||||
@@ -0,0 +1,24 @@
|
||||
@include('Partials.Form.Input.user')
|
||||
@include('Partials.Form.Input.street')
|
||||
@include('Partials.Form.Input.city')
|
||||
<br>
|
||||
<hr>
|
||||
<br>
|
||||
@include('Partials.Form.Input.phone')
|
||||
@include('Partials.Form.Input.email')
|
||||
<br>
|
||||
<hr>
|
||||
<br>
|
||||
@include('Partials.Form.Input.laptop')
|
||||
@include('Partials.Form.Input.laptop_extras')
|
||||
<br>
|
||||
<hr>
|
||||
<br>
|
||||
@include('Partials.Form.Input.date_start')
|
||||
@include('Partials.Form.Input.date_end')
|
||||
<br>
|
||||
<hr>
|
||||
<br>
|
||||
@include('Partials.Form.Signature.loaner')
|
||||
@include('Partials.Form.Signature.lender')
|
||||
@include('Partials.Form.Signature.fake_full')
|
||||
Reference in New Issue
Block a user