@extends('layout.index') @section('title', 'Export Vendors List') @section('content') Export Vendors Data @if ($message = Session::get('error')) {{ $message }} × @endif {{ csrf_field() }} Select Country * Select Country @error('country_ids') {{ $message }} @enderror Select State Select state @error('state_ids') {{ $message }} @enderror Select District Select District @error('district_ids') {{ $message }} @enderror Select Block Select Block @error('block_ids') {{ $message }} @enderror Select Village Select Village @error('village_ids') {{ $message }} @enderror Select Brand * Select Brand Select Stakeholder * Select Stakeholder Select Tab * Select Tab Select Form * Select Form Download Form Data @endsection