@extends('admin.layout') @section('content')

Activity Details

@csrf @method('PUT')
@error('name')

{{ $message }}

@enderror
@error('category_id')

{{ $message }}

@enderror
@error('location')

{{ $message }}

@enderror
@error('date')

{{ $message }}

@enderror
@error('time')

{{ $message }}

@enderror
@if($activity->featured_image)

Current image:

Featured Image
@endif

Upload a new image to replace the current one

PNG, JPG, WEBP up to 10MB

@error('featured_image')

{{ $message }}

@enderror
@error('external_link')

{{ $message }}

@enderror

Link to event registration or more information

Cancel
@endsection