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

Coopératives / Modification

@csrf
@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