@extends('layouts.refonte.app') @section('title') - Créer une coopérative @endsection @section('content')

Coopératives / Création

@csrf
@if($errors->has('name'))

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

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

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

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

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

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

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

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

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

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

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

@endif
@endsection