{{ __('General') }}
{{__('Manage the general settings of this project and the reports.')}}

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

@error('pivotFiles') {{ $message }} @enderror

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

@error('spanFiles') {{ $message }} @enderror

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

@error('harvest_file') {{ $message }} @enderror
{{__('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')}}