some changes to the login page for non authed users. And also added a new layout with the id 6 only for marderchen to fix his async issues with older browsers
This commit is contained in:
12
resources/views/layout6/userimg.blade.php
Normal file
12
resources/views/layout6/userimg.blade.php
Normal file
@@ -0,0 +1,12 @@
|
||||
@extends('profilelayout')
|
||||
@section('content')
|
||||
|
||||
uim
|
||||
|
||||
<form action="add" method="post" enctype="multipart/form-data">
|
||||
{!! csrf_field() !!}
|
||||
<input type="file" name="file">
|
||||
<input type="submit">
|
||||
</form>
|
||||
|
||||
@endsection
|
Reference in New Issue
Block a user