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