From aab5c69c84958f9ddf4dcd8cde037ff36a8e2b8c Mon Sep 17 00:00:00 2001 From: czup Date: Thu, 28 Nov 2019 01:49:21 +0100 Subject: [PATCH] =?UTF-8?q?Dzia=C5=82ajace=20pe=C5=82ne=20dodaanie=20wyjaz?= =?UTF-8?q?d=C3=B3w,=20podstawowe=20wy=C5=9Bwietlanie,=20wst=C4=99pne=20pr?= =?UTF-8?q?ace=20nad=20edytowaniem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/operationEdit.blade.php | 181 ++++++++++++++++++++++++ 1 file changed, 181 insertions(+) create mode 100644 resources/views/operationEdit.blade.php diff --git a/resources/views/operationEdit.blade.php b/resources/views/operationEdit.blade.php new file mode 100644 index 0000000..1f9580a --- /dev/null +++ b/resources/views/operationEdit.blade.php @@ -0,0 +1,181 @@ +@extends('layout.app') + + +@section('left-menu') + @parent +@stop + +@section('center-area') + @parent +
+ {{ csrf_field() }} +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ + +
+
+{{-- --}} +{{-- --}} +{{-- --}} +{{-- --}} +
+
+ +
+ + + + + @php + $i = 0; + @endphp + @foreach($fireFighters as $fireFighterChecklist) + + + + @php + $i++; + @endphp + @endforeach +
Imię i nazwisko: [Obecność:[][][]Transport własny:
{{ $fireFighterChecklist->name }} {{$fireFighterChecklist->surname }} Tak Nie Tak Nie
+
+ + +
+ +
+ + @include('inc.formerrors') +
+@stop + + + +