Layoutchanges
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
@extends('layouts.app')
|
||||
@section('title', 'Neue Eintragung')
|
||||
|
||||
@section('content')
|
||||
<form method="POST" action="{{ route('eintragung.store') }}">
|
||||
<div class="row">
|
||||
</div>
|
||||
|
||||
{!! csrf_field()!!}
|
||||
<button type="submit" class="btn btn-primary">Submit</button>
|
||||
</form>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user