@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.harvest.title_singular') }}
@csrf
@if($errors->has('foto'))
{{ $errors->first('foto') }}
@endif {{ trans('cruds.harvest.fields.foto_helper') }}
@if($errors->has('member'))
{{ $errors->first('member') }}
@endif {{ trans('cruds.harvest.fields.member_helper') }}
@if($errors->has('amount'))
{{ $errors->first('amount') }}
@endif {{ trans('cruds.harvest.fields.amount_helper') }}
@if($errors->has('datetime'))
{{ $errors->first('datetime') }}
@endif {{ trans('cruds.harvest.fields.date_helper') }}
@endsection @section('scripts') @endsection