Wykaz strażaków
This commit is contained in:
parent
78097207e2
commit
af4e657a22
@ -18,6 +18,11 @@
|
|||||||
{{ csrf_field() }}
|
{{ csrf_field() }}
|
||||||
<button class="btn btn-info" type="submit">Stan sprzętu</button>
|
<button class="btn btn-info" type="submit">Stan sprzętu</button>
|
||||||
</form>
|
</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
|
||||||
@endif
|
@endif
|
||||||
@stop
|
@stop
|
||||||
|
@ -111,4 +111,4 @@ Route::get('register/verify/{confirmationCode}', [
|
|||||||
|
|
||||||
Route::post('/pdf/sprzet', 'pdfController@createViewEquipment');
|
Route::post('/pdf/sprzet', 'pdfController@createViewEquipment');
|
||||||
Route::get('/pdf/wniosek', 'pdfController@createViewDecoration');
|
Route::get('/pdf/wniosek', 'pdfController@createViewDecoration');
|
||||||
Route::get('/pdf/strazacy', 'pdfController@createViewFireFighters');
|
Route::post('/pdf/strazacy', 'pdfController@createViewFireFighters');
|
||||||
|
Loading…
Reference in New Issue
Block a user