@extends('layouts.admin') @section('content')
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Basic Information
Leave empty to auto-generate from title
Points Earning Content
Point Box 1
Title displayed above the content
FontAwesome icon class (e.g., fas fa-star)
This content will be displayed in the Point Box 1 column
Optional link for Point Box 1 (include https://)
Point Box 2
Title displayed above the content
FontAwesome icon class (e.g., fas fa-star)
This content will be displayed in the Point Box 2 column
Optional link for Point Box 2 (include https://)
Point Box 3
Title displayed above the content
FontAwesome icon class (e.g., fas fa-star)
This content will be displayed in the Point Box 3 column
Optional link for Point Box 3 (include https://)
Points Earning Section Image
@if($point->points_earning_image && Storage::disk('public')->exists($point->points_earning_image))
{{ $point->points_earning_image_alt ?? 'Points Earning Image' }}
@endif
Image to display below the Points Earning Content section (Max: 2MB)
Alternative text for the image (for accessibility)
SEO Information
Publishing Options
is_featured) ? 'checked' : '' }}>
Featured Image
@if($point->featured_image)
{{ $point->featured_image_alt }}
@endif
Banner Image
@if($point->banner_image)
{{ $point->banner_image_alt }}
@endif
Cancel
@endsection @push('styles') @endpush @push('scripts') @endpush