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