@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 {{ csrf_field() }} @php $ctr = 0 @endphp @if( isset($usersubscriber) && count($usersubscriber) > 0 ) @foreach($usersubscriber as $k => $v) @endforeach @endif
Email Id Actions
{{ $v['user_email_id']}} @if ( $currentUserRole == 'admin' )  |  @if( $v['status']==0 )  |  Not Approved @else  |  Approved @endif @endif @if ( $currentUserRole == 'pi' )   |  @endif
@if( count($usersubscriber)==0 )
No records found
@endif
@if(Session::has('sessionclear')) {{ session::forget('checkedValues') }} @endif @if(count($usersubscriber) > 0) {{ $usersubscriber->appends(['checkedValues' => session('checkedValues', [])])->links() }} @endif