added view for creating Veranstaltung

This commit is contained in:
chrosey
2017-06-11 22:16:29 +02:00
parent 1ce1b3aef6
commit 5e8d1898bc
22 changed files with 24020 additions and 39 deletions
+19
View File
@@ -0,0 +1,19 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
];