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