@extends('layout.index') @section('title', 'Download Tab Data') @section('content') Download {{(!empty(request()->segment(2)) && request()->segment(2) == 'consolidated') ? 'Consolidated' : ''}} Tab Data @if ($message = Session::get('success')) {{ $message }} × @elseif ($message = Session::get('error')) {{ $message }} × @endif @csrf {{-- Export All --}} Program Name * Brand Name * Select Brand Season * Select Season Country * Select Country States Select State Districts Select Districts Blocks Select Blocks Villages Select Villages Farmer Type Select Farmer Type Question Type Select Question Type LDC Village? All Village Yes No Master Tab * Choose Tab Master Form Choose Form {{-- --}} Export {{-- Filter --}} @endsection