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

Sampling Tool

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

Manual Sampler

Configure Extraction Parameters

{{-- Profile + General Search --}}
{{-- Depth Selection --}}
@foreach(['district' => 'District', 'tehsil' => 'Tehsil', 'uc' => 'UC', 'deh' => 'Deh', 'village' => 'Village'] as $key => $label) @endforeach
{{-- ── Upload File Card ─────────────────────────────────────────── --}}

Upload File

{{-- Upload spinner overlay --}}

No file chosen

No file chosen 24 rows 365 columns
{{-- ── Row 1: District + Tehsil ─────────────────────────────────── --}}
1 Select District
2 Select Tehsil
{{-- District list --}}
{{-- Tehsil list --}}
{{-- ── Row 2: UC + Deh ──────────────────────────────────────────── --}}
3 Select UC
4 Select Deh
{{-- UC list --}}
{{-- Deh list --}}
{{-- ── Row 3: Village ───────────────────────────────────────────── --}}
5 Select Village
{{-- ── Footer Bar ────────────────────────────────────────────────── --}}
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')
@push('scripts') @endpush @endsection