@extends('layouts.app') @section('content')
Create New Device Configuration
@if (session('status')) @endif
@csrf
@if ($errors->has('code')) {{ $errors->first('code') }} @endif
@if ($errors->has('camera')) {{ $errors->first('camera') }} @endif
@if ($errors->has('lotid')) {{ $errors->first('lotid') }} @endif
@if ($errors->has('ehat')) {{ $errors->first('ehat') }} @endif
@endsection