@extends('admin.layouts.app') @section('title', 'Event Types') @section('page_title', 'Event Types') @section('content')
Manage resort events, celebrations and service categories.
| SL | Event Type | Description | Features | Featured | Status | Order | Actions |
|---|---|---|---|---|---|---|---|
| {{ $eventTypes->firstItem() + $loop->index }} |
@if($eventType->featured_image)
{{ $eventType->name }}
@if($eventType->small_title)
{{ $eventType->small_title }}
@endif
{{ $eventType->slug }}
|
{{ $eventType->short_description
?: 'No description provided.' }}
|
{{ count( $eventType->features ?? [] ) }} | {{ $eventType->sort_order }} | |||