{{ label('lbl_leadership_magazine') }}
@if($leadership_magazine_list->count() == 0)
@else
{{ label('lbl_no_information') }}
| Photo | Title | Created On | Status | Option |
|---|---|---|---|---|
|
|
@php echo wordwrap($leadership_magazine->title,60,"") @endphp | {{ date_format(date_create($leadership_magazine->created_at), 'dS M Y, H:i:s') }} | @if ($leadership_magazine->active) Published @else UnPublished @endif |
View & Edit {!! link_to_route('cms.leadership_magazine.destroy', "delete", array($leadership_magazine->id), array('data-method' => 'delete', 'data-confirm' => 'Are you Sure' ,'class' => 'label theme-b bg-danger text-white f-12')) !!} |
{{-- {!! $leadership_magazine_list->render() !!} --}}
@endif