@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($newsletters) && count($newsletters) > 0 ) @foreach($newsletters as $k => $v) @endforeach @endif
Title Newsletter Date Partner Details Actions
@if ( $v['display_image'] && $v['display_image'] != '' ) Newsletter Image @else Newsletter Image @endif {{ ( ( strlen($v['title']) > 50 ) ? ucfirst( substr($v['title'], 0, 48) ).'...' : ucfirst($v['title']) ) }} - , {{ $v['partner_details']}} @if ( $currentUserRole == 'admin' )  |  @if( $v['status']==0 )  |  @else  |  @endif @endif @if ( $currentUserRole == 'pi' )   |  @endif
@if( count($newsletters)==0 )
No records found
@endif
@if(count($newsletters) > 0) {{ $newsletters->links() }} @endif
@include('layout/backend/_footer')