@extends('admin.layouts.app') @section('title', 'Event Types') @section('page_title', 'Event Types') @section('content')

Event Types

Manage resort events, celebrations and service categories.

+ Add Event Type
@if(session('error'))
{{ session('error') }}
@endif
Reset

Event Type List

Total {{ $eventTypes->total() }} event types
@forelse($eventTypes as $eventType) @empty @endforelse
SL Event Type Description Features Featured Status Order Actions
{{ $eventTypes->firstItem() + $loop->index }}
@if($eventType->featured_image) {{ $eventType->name }} @else EVENT @endif
{{ $eventType->name }}
@if($eventType->small_title)
{{ $eventType->small_title }}
@endif
{{ $eventType->slug }}
{{ $eventType->short_description ?: 'No description provided.' }}
{{ count( $eventType->features ?? [] ) }}
@csrf @method('PATCH')
@csrf @method('PATCH')
{{ $eventType->sort_order }}
Edit
@csrf @method('DELETE')
E

No event type found

Add your first event type to manage resort events.

+ Add Event Type
@if($eventTypes->hasPages()) @endif
@endsection @push('styles') @endpush @push('scripts') @endpush