@extends('layouts.demo10.base') @section('styles') @endsection @section('content')
{{-- ══ HEADER ══════════════════════════════════════════════════════════ --}}

Sampling Tool

{{-- ══ TABS ════════════════════════════════════════════════════════════ --}}
@foreach([ 'cochran' => 'Cochran Calculator', 'sampler' => 'Manual Sampler', 'appender' => 'Data Appender', ] as $key => $label) @endforeach {{-- Right side (Admin) --}}
{{-- ══ DATA SAMPLER TAB ════════════════════════════════════════════════ --}}
{{-- ── Upload File Card ─────────────────────────────────────────── --}}

Upload File

{{-- ── Sampling Configuration ───────────────────────────────────── --}}

Sampling Configuration

Select Levels
{{-- ── Manual Sampler Card ──────────────────────────────────────── --}}

Manual Sampler

Configure Extraction Parameters

{{-- Profile + General Search --}}
Loading profiles...

No matching profiles found. Upload CSV to use saved profiles.

No matches found in uploaded CSV.

{{-- Depth Selection --}}

Upload CSV and select Available Levels first.

{{-- ── Row 1: District + Tehsil ─────────────────────────────────── --}}
1
2
{{-- District list --}}
{{-- Tehsil list --}}
{{-- ── Row 2: UC + Deh ──────────────────────────────────────────── --}}
3
4
{{-- UC list --}}
{{-- Deh list --}}
{{-- ── Row 3: Village ───────────────────────────────────────────── --}}
5
{{-- ── Last level: quota + min count filter ─────────────────────── --}}

Ready to download

Sum of selected quotas

No items match the minimum count filter.

{{-- ── Footer Bar ────────────────────────────────────────────────── --}}
Sum of selected quotas: Selected Sample Records:

{{-- /sampler tab --}} {{-- ══ OTHER TABS ══════════════════════════════════════════════════════ --}}
@include('data-sampler.data-appender')
@include('data-sampler.cochran-calculator')
@include('data-sampler.simple-random')
@include('data-sampler.sampler-stratified')
@include('data-sampler.sampler-cluster')
@include('data-sampler.sampler-systematic')
@include('data-sampler.admin')
@endsection