@extends('layouts.app') @section('content')
{{ __('Aktív ekáer') }}
@if (session('status')) @endif @if($show_datatable) @if(!empty($action_replicate)) @endif @foreach($data as $key => $value) @endforeach @if(!empty($action)) @endif
{{__($value)}}
@else @endif
{{ __('Csoportos feladás') }}
@csrf
Húzz ide egy excel fájlt
vagy
{{ __('Térkép') }}
@if(!empty($maps)) @endif
{{ __('Statisztika') }}
@foreach ($stats as $stat) @if($loop->index == 0)
{{$stat['label']}} {{$stat['value']}}
@else
{{$stat['label']}}
{{$stat['value']}}%
@endif @endforeach
{{ __('tcn.sync') }}
@push('scripts') @endpush @endsection