@extends('Frontend.Layouts.modal') @section('modal_class', 'modal-lg') @section('title') {{ trans('front.add_sensor') }} @stop @section('body') {!! Form::open(['route' => $route, 'method' => 'POST']) !!} {!! Form::hidden('id', isset($id) ? $id : null) !!} {!! Form::hidden('device_id', $device_id) !!}
| {{ trans('validation.attributes.tag_value') }} | {{ trans('front.calibrated_value') }} |
|---|