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

Create Benefit

Back to Benefits
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Basic Information
Leave empty to auto-generate from title
Optional custom link for this benefit (e.g., to an external page or special offer)
SEO Information
Publishing Options
Featured Image
Banner Image
Cancel
@endsection @push('styles') @endpush @push('scripts') @endpush