@extends('layout.app') @section('left-menu') @parent @stop @section('center-area') @parent @if( auth()->check()) @if( auth()->user()->fireStationID == NULL) Jednostka nie istnieje @else

@foreach($equipment as $item) @endforeach
Nazwa Ilość Param. charakterystyczny
{{ $item->name }} {{ $item->amount }} {{ $item->parameter }} {{ csrf_field() }} @method('DELETE')

@endif @else Brak autoryzacji @endif @stop