-
Dashboard
- {{'All Special Feature'}}
@if ( ($currentUserRole == 'admin') )
Add Special Feature
@endif
@if(Session::has('success'))
×
{!! session('success') !!}
@endif
S.no. |
Title |
Sub Title |
Authors |
Actions |
{{ csrf_field() }}
@php $ctr = 0 @endphp
@if( isset($specialfeatures) && count($specialfeatures) > 0 )
@foreach($specialfeatures as $k => $v)
{{ ++$ctr }} |
{{ ( ( strlen($v['sp_title']) > 50 ) ? ucfirst( substr($v['sp_title'], 0, 48) ).'...' : ucfirst($v['sp_title']) ) }} |
{{ $v['sp_subtitle'] }} |
{{ $v['sp_authors'] }} |
@if ( ($currentUserRole == 'admin') )
|
@endif
@if ( ($currentUserRole == 'admin'))
@if( $v['status']==0 )
|
@else
|
@endif
@endif
|
@endforeach
@endif
@if( count($specialfeatures)==0 )
No records found
@endif
@if(count($specialfeatures) > 0)
{{ $specialfeatures->links() }}
@endif