HERO
Name: {{$name}}
Title: {{$title}}
Header: {{$header}}
Content: {{$content}}
Background Image: {{$background_image}}
Background Exists: {{file_exists(storage_path('/app/public/'.$background_image))}}
Background Image:
@if(file_exists(storage_path('/app/public/'.$background_image)))
@endif
Feature Image: {{$feature_image}}
Feature Exists: {{file_exists(storage_path('/app/public/'.$feature_image))}}
Feature Image:
@if(file_exists(storage_path('/app/public/'.$feature_image)))
@endif
Add Grid: {{$add_grid}}
Button Text: {{$button_text}}
Button Action: {{$button_action}}