@extends('layout.index') @section('title', 'Upload Farmer Data') @section('content') Import Farmer Data @if ($message = Session::get('error')) {{ $message }} × @endif {{ csrf_field() }} Select Country * Select Country @error('country_ids') {{ $message }} @enderror Select Brand * Select Brand Select Stakeholder * Select Stakeholder Select Tab * Select Tab Select Form * Select Form Download Upload Document * @if ($errors->has('data_file')) {{ $errors->first('data_file') }} @endif Upload @endsection