@extends('layouts.dash') @section('title') Rappels @stop @section('title_card',"") @section('subtitle_card',"") @section('content')
Employeurs Actifs - Envoi des appels de cotisations
{{ html()->form('POST', url('/rappels_multiples_prepare'))->open() }}

@php $t_emp=[]; @endphp @foreach ($employeurs as $employeur) @php $t_emp[]=$employeur->id; $nom_fichier=$employeur->getSendEmailLastPJ("REC_BRD_RELEVE"); $filename=url("/upload/recouvrement/bordereau/".$nom_fichier); $bad_adress=false; if (!filter_var($employeur->email, FILTER_VALIDATE_EMAIL)) $bad_adress=true; @endphp @endforeach
Sel. Nom NbSal Email Statut
@if(!$bad_adress) @endif {!! str_pad($employeur->id,4,'0',STR_PAD_LEFT) !!} {!! $employeur->NomReduit !!} {!! $employeur->Nbemployes !!} {!! $employeur->email !!} @if($bad_adress)
Adresse email invalide @endif
{!! $employeur->statut !!}
{{ html()->form()->close() }}
@endsection @section('scripts0') @endsection @section('scripts') @endsection