{{__('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
{{__('Schedule')}}
{{ __('Schedule an action for this project') }}
{{-- flex col--}}
{{-- {{__('Mail')}}---}}
{{ __('Send a mail to recipients periodically') }}