Wykaz strażaków

This commit is contained in:
czup 2020-01-05 11:48:42 +01:00
parent 78097207e2
commit af4e657a22
2 changed files with 6 additions and 1 deletions

View File

@ -18,6 +18,11 @@
{{ csrf_field() }}
<button class="btn btn-info" type="submit">Stan sprzętu</button>
</form>
<form action="/pdf/strazacy" method="post">
{{ csrf_field() }}
<button class="btn btn-info" type="submit">Wykaz strażaków wraz z kontaktem</button>
</form>
@endif
@endif
@stop

View File

@ -111,4 +111,4 @@ Route::get('register/verify/{confirmationCode}', [
Route::post('/pdf/sprzet', 'pdfController@createViewEquipment');
Route::get('/pdf/wniosek', 'pdfController@createViewDecoration');
Route::get('/pdf/strazacy', 'pdfController@createViewFireFighters');
Route::post('/pdf/strazacy', 'pdfController@createViewFireFighters');