@include("tiers.allocataires.rows_general")
@if($mode!="create")
@include("tiers.allocataires.rows_foyer")
@endif
@include("tiers.allocataires.rows_adresse")
@if($mode!="create")
@if($user->can("RES_VISU")||$user->HasRole('ADMINISTRATEUR'))
@include("tiers.allocataires.rows_ressources")
@endif
@include("tiers.allocataires.rows_banque")
@if($user->can("AID_VISU")||$user->HasRole('ADMINISTRATEUR'))
@include("tiers.allocataires.rows_aides_tab")
@endif
@if( (count($refus)>0) || $user->HasRole('ADMINISTRATEUR'))
@include("tiers.allocataires.rows_refus")
@endif
@include("tiers.allocataires.rows_versement")
@include("tiers.allocataires.rows_documents")
@endif