Layoutchanges

This commit is contained in:
chrosey
2017-07-08 10:27:28 +02:00
parent 8cfa2762db
commit a1f16c37f4
9 changed files with 57 additions and 37 deletions
@@ -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