Concept
Catalogue
Contact
Services
@if (Auth::check() && Auth::user()->type_compte_id == 2)
Déposez son ACV
@elseif (Auth::check() && Auth::user()->type_compte_id == 3)
Traitez une ACV
@else
Déposez son ACV
@endif
@if (Auth::check())
@else
@endif
Concept
Catalogue
Contact
@if (Auth::check() && Auth::user()->type_compte_id == 2)
Déposez son ACV
@else(Auth::check() && Auth::user()->type_compte_id == 3)
Déposez son ACV
@endif