@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.snapshot.title_singular') }}
@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