@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.report.title_singular') }}
id) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('year'))
{{ $errors->first('year') }}
@endif {{ trans('cruds.report.fields.year_helper') }}
@if($errors->has('month'))
{{ $errors->first('month') }}
@endif {{ trans('cruds.report.fields.month_helper') }}
@if($errors->has('date'))
{{ $errors->first('date') }}
@endif {{ trans('cruds.report.fields.date_helper') }}
@if($errors->has('hour'))
{{ $errors->first('hour') }}
@endif {{ trans('cruds.report.fields.hour_helper') }}
@if($errors->has('type'))
{{ $errors->first('type') }}
@endif {{ trans('cruds.report.fields.type_helper') }}
@if($errors->has('attributes'))
{{ $errors->first('attributes') }}
@endif {{ trans('cruds.report.fields.attributes_helper') }}
@if($errors->has('cctv_id'))
{{ $errors->first('cctv_id') }}
@endif {{ trans('cruds.report.fields.cctv_helper') }}
@if($errors->has('device_id'))
{{ $errors->first('device_id') }}
@endif {{ trans('cruds.report.fields.device_helper') }}
@if($errors->has('sensor_id'))
{{ $errors->first('sensor_id') }}
@endif {{ trans('cruds.report.fields.sensor_helper') }}
@endsection