@extends('layouts.refonte.app') @section('title') - Créer un producteur @endsection @section('content')

Producteurs / Création

@csrf

1. Coordonnées

@if($errors->has('picture'))

{{ $errors->first('picture') }}

@endif
@if($errors->has('agribusiness_id'))

{{ $errors->first('agribusiness_id') }}

@endif
@if($errors->has('locality'))

{{ $errors->first('locality') }}

@endif
@if($errors->has('identifier'))

{{ $errors->first('identifier') }}

@endif
@if($errors->has('_gps_code'))

{{ $errors->first('_gps_code') }}

@endif
@if($errors->has('fullname'))

{{ $errors->first('fullname') }}

@endif
@if($errors->has('sexe'))

{{ $errors->first('sexe') }}

@endif
@if($errors->has('phone'))

{{ $errors->first('phone') }}

@endif
@if($errors->has('born_date'))

{{ $errors->first('born_date') }}

@endif
@if($errors->has('born_place'))

{{ $errors->first('born_place') }}

@endif
@if($errors->has('manager_fullname'))

{{ $errors->first('manager_fullname') }}

@endif
@if($errors->has('manager_sexe'))

{{ $errors->first('manager_sexe') }}

@endif
@if($errors->has('manager_phone'))

{{ $errors->first('manager_phone') }}

@endif

2. Données sociales

@if($errors->has('marital_status'))

{{ $errors->first('marital_status') }}

@endif
@if($errors->has('number_of_children'))

{{ $errors->first('number_of_children') }}

@endif
@if($errors->has('number_of_dependants'))

{{ $errors->first('number_of_dependants') }}

@endif
@if($errors->has('number_of_women'))

{{ $errors->first('number_of_women') }}

@endif
@if($errors->has('number_of_plots'))

{{ $errors->first('number_of_plots') }}

@endif

3. Parcelles


@{{ `Parcelle ${index + 1}` }}

Ce champ est obligatoire.

Ce champ est obligatoire.

Ce champ est obligatoire.

Ce champ est obligatoire.

Supprimer
Ajouter une parcelle
@endsection