@extends('layouts.dash') @section('title') Rappels @stop @section('title_card',"") @section('subtitle_card',"") @section('content') {{ html()->form('POST', url('/rappels_multiples_sendmail'))->open() }}
Email multiples pour appels à cotisation
{!! html()->label( 'Année','annee') !!} {!! html()->select('annee',$exercices,date('Y')-1) ->placeholder('A définir')->attributes(['id' => 'annee','class' => 'form-control']) !!}
{!! html()->label( 'Trimestre','trimestre') !!} {!! html()->select('trimestre',["T1"=>"1er trimestre","T2"=>"2e trimestre","T3"=>"3e trimestre","T4"=>"4e trimestre"],"") ->placeholder('Choisissez un trimestre') ->attributes(['id' => 'trimestre','class' => 'form-control selectpicker','data-width' => "100%"]) !!}
@include("recouvrement.suivi.emails.content_email")
@include("recouvrement.suivi.emails.liste_destinataires")
{{ html()->form()->close() }} @endsection @section('scripts') @endsection