Initial Commit; base feats
This commit is contained in:
commit
9732135e90
137 changed files with 13856 additions and 0 deletions
17
resources/views/auth/login.blade.php
Normal file
17
resources/views/auth/login.blade.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
@extends('layout')
|
||||
|
||||
@section('head')
|
||||
<link rel="stylesheet" href="{{ asset('css/auth.css') }}">
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
<h2>{{ __('Login') }}</h2>
|
||||
|
||||
<div class="form">
|
||||
<form method="POST" action="{{ route('login') }}">
|
||||
|
||||
|
||||
|
||||
</form>
|
||||
</div>
|
||||
@endsection
|
Loading…
Add table
Add a link
Reference in a new issue