@extends('layout.index') @section('title', 'User Create') @section('content') Field Executive @if ($message != "") {{ $message }} × @endif {{-- @if ($message = Session::get('success')) {{ $message }} × @endif --}} {{ csrf_field() }} Farmer Mapped {{-- All Farmer Assign --}} Check All Farmer @error('checkbox') {{ $message }} @enderror OR Upload Document @if ($errors->has('fe_farmer_file')) {{ $errors->first('fe_farmer_file') }} @endif Submit Cancel @endsection
OR