@if($sections->count() == 0)
No hay sectiones para mostrar
@else
| # |
Nombre |
Descripción |
Descripción Premium |
Descripción Vip |
|
@foreach ($sections as $section)
| {{ $section->id }} |
{{ $section->name }} |
@if($section->description)
{{ $section->description }}
@endif
|
@if($section->description_premium)
{{ $section->description_premium }}
@endif
|
@if($section->description_vip)
{{ $section->description_vip }}
@endif
|
|
@endforeach
{!! $sections->links('custom-pagination-links') !!}
@endif