{{ __('General') }}
{{__('Manage the general settings of this project and the reports.')}} @if($this->pivotNameAnalyser) @if($this->pivotNameAnalyser->hasErrors()) {{__('The name analyser has errors. Please check the harvest file and pivot geojson.')}}

{{__('The project has errors. Please check the harvest file and pivot geojson.')}}

Show Errors

{{ __('Problem(s) in pivot.json and or harvest files') }}

{{__('Note: The report will run but not all historical production graphs will be shown correctly.')}}
@foreach($this->pivotNameAnalyser->getGeoJsonPivotNamesNotInHarvest() as $name) @if($loop->first)
{{__('The following names are in the pivot geojson but not in the harvest data.')}}
@endif
{{ $name }}
@endforeach @foreach($this->pivotNameAnalyser->getHarvestPivotNamesNotInGeoJson() as $name) @if($loop->first)
{{__('The following names are in the harvest data but not in the pivot geojson.')}}
@endif
{{ $name }}
@endforeach
{{ __('Cancel') }}
@else
{{__('The harvest data and pivot json are insync.')}}
@endif @else
{{__('Please upload the harvest file and pivot geojson to enable the name analyser.')}}
@endif

{{__('Pivot GeoJSON file.')}}

@error('pivotFiles') {{ $message }} @enderror @error('pivot_file.extension')

{{ $message }}

@enderror

{{__('Span GeoJSON file.')}}

@error('spanFiles') {{ $message }} @enderror @error('span_file.extension')

{{ $message }}

@enderror

{{__('Harvested Data file.')}}

@error('harvest_file') {{ $message }} @enderror
{{ __('Show borders in report') }}
@if($this->formData['id'] ?? false)

{{ __('Client type cannot be changed after project creation') }}

@endif
{{__('Schedule')}}
{{ __('Schedule an action for this project') }}
{{-- flex col--}}
{{-- {{__('Mail')}}---}}
{{ __('Send a mail to recipients periodically') }}
{{ __('Recipients') }}
@foreach($formData['mail_recipients'] as $key => $email_recipient)
@if( count($formData['mail_recipients']) > 1) @endif
@endforeach
{{ __('Add recipient') }}
{{ __('Saved.') }} {{__('Save settings')}}