@extends('layouts.front') @section('content')
Register
@csrf
@if ($errors->has('companyName')) {{ $errors->first('companyName') }} @endif
@if ($errors->has('siret')) {{ $errors->first('siret') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection