@extends('layouts.default') @section('content')

Ajout d'un Ayant Droit / Apporteur d'affaires

@csrf
@if ($errors->has('firstname')) {{ $errors->first('firstname') }} @endif
@if ($errors->has('lastname')) {{ $errors->first('lastname') }} @endif
+33
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('society')) {{ $errors->first('society') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('cp')) {{ $errors->first('cp') }} @endif
@if ($errors->has('ville')) {{ $errors->first('ville') }} @endif
@if ($errors->has('pays')) {{ $errors->first('pays') }} @endif
@if ($errors->has('rib')) {{ $errors->first('rib') }} @endif
@if ($errors->has('erc20')) {{ $errors->first('erc20') }} @endif
@if ($errors->has('tva')) {{ $errors->first('tva') }} @endif
@endsection