@extends('layout.index') @section('title', 'Farmers List') @section('content') Download Field Executive Report @if ($message = Session::get('success')) {{ $message }} × @elseif ($message = Session::get('error')) {{ $message }} × @endif @csrf {{-- Export All --}} Country * Select Country Brand Name * Select Brand Program Name * Select Program States * Select State Districts Select Districts Blocks Select Blocks Villages Select Villages Season Select Season Master Tab * Choose Tab Master Form Choose Form {{-- --}} Export {{-- Upload Document * @if ($errors->has('data_file')) {{ $errors->first('data_file') }} @endif --}} {{-- Upload --}} @endsection