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