@extends('layout') @section('css') @endsection @section('header') @endsection @section('content') @include('error')
@if($errors->has("description")) {{ $errors->first("description") }} @endif
@if($errors->has("type")) {{ $errors->first("type") }} @endif
@if($errors->has("refrigerator_id")) {{ $errors->first("refrigerator_id") }} @endif
@if($errors->has("row")) {{ $errors->first("row") }} @endif
@if($errors->has("column")) {{ $errors->first("column") }} @endif
@if($errors->has("seconds_from_last")) {{ $errors->first("seconds_from_last") }} @endif
Back
@endsection @section('scripts') @endsection