@include('layout/backend/_header') @include('layout/backend/_navbar')
@include('layout/backend/_sidebar')
@if ( isset($_GET['s_t']) ) @endif
@if(Session::has('success'))
× {!! session('success') !!}
@endif
{{ csrf_field() }} @php $ctr = 0 @endphp @if( isset($newslettershtml) && count($newslettershtml) > 0 ) @foreach($newslettershtml as $k => $v) @endforeach @endif
Newsletter To Be Sent S.No Month Year Actions
@if( $v['status']==0 ) Not Selected @else Selected @endif {{ $a }} {{ $v['start_month']}} - {{ $v['end_month'] }} {{ $v['n_year'] }} @if ( $currentUserRole == 'admin' )  |  @endif
@if( count($newslettershtml)==0 )
No records found
@endif
@if(count($newslettershtml) > 0) {{ $newslettershtml->links() }} @endif
@include('layout/backend/_footer')