@extends('layout.app') @section('center-area') @parent @if( auth()->check()) @if( auth()->user()->fireStationID == NULL) Jednostka nie istnieje @else
{{ csrf_field() }}
@include('inc.formerrors')
@endif @else Brak autoryzacji @endif @stop