-
Dashboard
- {{'All Newsletters HTML'}}
@if ( $currentUserRole == 'admin' )
Add Newsletter HTML
@endif
@if(Session::has('success'))
×
{!! session('success') !!}
@endif
Newsletter To Be Sent |
S.No |
Month |
Year |
Actions |
{{ csrf_field() }}
@php $ctr = 0 @endphp
@if( isset($newslettershtml) && count($newslettershtml) > 0 )
@foreach($newslettershtml as $k => $v)
@if( $v['status']==0 )
Not Selected
@else
Selected
@endif
|
{{ $a }} |
{{ $v['start_month']}} - {{ $v['end_month'] }} |
{{ $v['n_year'] }} |
@if ( $currentUserRole == 'admin' )
|
@endif
|
@endforeach
@endif
@if( count($newslettershtml)==0 )
No records found
@endif
@if(count($newslettershtml) > 0)
{{ $newslettershtml->links() }}
@endif