@extends('layout.app') @section('left-menu') @parent @if( auth()->check() ) @if( auth()->user()->fireStationID != NULL) @if(auth()->user()->accessLevel() == 50) @endif @endif @endif @stop @section('center-area') @parent @if( auth()->check() ) @if( auth()->user()->fireStationID == NULL) @include('inc.addFireStation') @else
{{ csrf_field() }}
Nazwa {{ $fireStation-> name }}
Województwo {{ $fireStation-> voivodeship }}
Powiat {{ $fireStation-> county }}
Gmina i numer ewidencyjny {{ $fireStation-> community }} {{ $fireStation-> number }}
Kod pocztowy, Miejscowość {{ $fireStation-> zipCode }} {{ $fireStation-> name }}
Ulica i numer {{ $fireStation-> address }}
Szerokość i długość geograficzna {{ $fireStation-> latitude }} | {{ $fireStation-> longitude }}
KRS {{ $fireStation-> KRS }}
NIP {{ $fireStation-> NIP }}
Telefon {{ $fireStation-> phoneNumber }}
E-mail {{ $fireStation-> email }}
@endif @else Witamy na stronie eOSP! Zaloguj się lub Zarejestruj nową jednostkę.
@endif
@stop {{--

Nazwa: {{ $fireStation-> name }}

--}} {{--

Województwo: {{ $fireStation-> voivodeship }}

--}} {{--

Powiat: {{ $fireStation-> county }}

--}} {{--

Gmina i numer ewidencyjny: {{ $fireStation-> community }} {{ $fireStation-> number }}

--}} {{--

Kod pocztowy, Miejscowość: {{ $fireStation-> zipCode }} {{ $fireStation-> name }}

--}} {{--

Ulica i numer: {{ $fireStation-> address }}

--}} {{--

Szerokość i długość geograficzna: {{ $fireStation-> latitude }} | {{ $fireStation-> longitude }}

--}} {{--

KRS: {{ $fireStation-> KRS }}

--}} {{--

NIP: {{ $fireStation-> NIP }}

--}} {{--

Telefon: {{ $fireStation-> phoneNumber }}

--}} {{--

E-mail: {{ $fireStation-> email }}

--}} {{--
--}} {{--

Liczba członków: {{$users}}

--}}