@extends('layout') @section('css')
@endsection @section('header')
Movements / Edit #{{$movement->id}}
@endsection @section('content') @include('error')
Description
description : old("description") }}"/> @if($errors->has("description"))
{{ $errors->first("description") }}
@endif
Type
type : old("type") }}"/> @if($errors->has("type"))
{{ $errors->first("type") }}
@endif
Refrigerator_id
refrigerator_id : old("refrigerator_id") }}"/> @if($errors->has("refrigerator_id"))
{{ $errors->first("refrigerator_id") }}
@endif
Row
row : old("row") }}"/> @if($errors->has("row"))
{{ $errors->first("row") }}
@endif
Column
column : old("column") }}"/> @if($errors->has("column"))
{{ $errors->first("column") }}
@endif
Seconds_from_last
seconds_from_last : old("seconds_from_last") }}"/> @if($errors->has("seconds_from_last"))
{{ $errors->first("seconds_from_last") }}
@endif
Save
Back
@endsection @section('scripts') @endsection