@extends('layout.app') @section('left-menu') @parent @if( auth()->check() ) @if( auth()->user()->fireStationID != NULL) @if(auth()->user()->accessLevel() == 50)
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 }} |
{{ $fireStation-> email }} |
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}}
--}}