@extends('layouts.admin') @section('content')
{{ trans('global.edit') }} {{ trans('cruds.snapshot.title_singular') }}
id]) }}" enctype="multipart/form-data"> @method('PUT') @csrf
@if($errors->has('photo'))
{{ $errors->first('photo') }}
@endif {{ trans('cruds.snapshot.fields.photo_helper') }}
@if($errors->has('datetime'))
{{ $errors->first('datetime') }}
@endif {{ trans('cruds.snapshot.fields.datetime_helper') }}
@if($errors->has('camera'))
{{ $errors->first('camera') }}
@endif {{ trans('cruds.snapshot.fields.camera_helper') }}
@endsection @section('scripts') @endsection