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

View Benefit: {{ $benefit->title }}

@if(session('success')) @endif
Benefit Details {{ ucfirst($benefit->status) }}
@if($benefit->featured_image || $benefit->banner_image)
@if($benefit->featured_image)
Featured Image
{{ $benefit->featured_image_alt }} @if($benefit->featured_image_caption)

{{ $benefit->featured_image_caption }}

@endif
@endif @if($benefit->banner_image)
Banner Image
{{ $benefit->banner_image_alt }}
@endif

@endif

{{ $benefit->title }}

@if($benefit->custom_link) @endif @if($benefit->excerpt)
Excerpt

{{ $benefit->excerpt }}

@endif
Content
{!! $benefit->content !!}
Slug

{{ $benefit->slug }}

Sort Order

{{ $benefit->sort_order }}

@if($benefit->is_featured)
Featured Benefit
@endif
Created: {{ $benefit->created_at->format('d M Y, h:i A') }} | Last Updated: {{ $benefit->updated_at->format('d M Y, h:i A') }} @if($benefit->author) | Author: {{ $benefit->author->name }} @endif @if($benefit->updatedBy) | Updated by: {{ $benefit->updatedBy->name }} @endif
@if($benefit->meta_title || $benefit->meta_description || $benefit->meta_keywords)
SEO Information
@if($benefit->meta_title)
Meta Title

{{ $benefit->meta_title }}

@endif @if($benefit->meta_description)
Meta Description

{{ $benefit->meta_description }}

@endif @if($benefit->meta_keywords)
Meta Keywords

{{ $benefit->meta_keywords }}

@endif @if($benefit->meta_robots)
Meta Robots

{{ $benefit->meta_robots }}

@endif @if($benefit->canonical_url) @endif
@endif
Publishing Information
Status
{{ ucfirst($benefit->status) }}
@if($benefit->published_at)
Published Date

{{ $benefit->published_at->format('d M Y, h:i A') }}

@endif
Sort Order

{{ $benefit->sort_order }}

@if($benefit->is_featured)
Featured
Yes
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush