Skip to content

Instantly share code, notes, and snippets.

@ticituc
Last active January 5, 2022 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ticituc/249de76e2ae36ed3f8427b46fc4c2bc9 to your computer and use it in GitHub Desktop.
Save ticituc/249de76e2ae36ed3f8427b46fc4c2bc9 to your computer and use it in GitHub Desktop.
<?php
$viewData = [
'imageLabel' => Setting::where('key', 'image')->first()->label,
'imageDefault' => Setting::where('key', 'image')->first()->value,
'imageFieldName' => 'image',
'image' => $imageModel,
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment