@extends('layout.app') @section('left-menu') @parent @stop @section('center-area') @parent @if( auth()->check()) @if( auth()->user()->fireStationID != NULL)
{{ csrf_field() }}
{{ csrf_field() }}
@endif @endif @stop