Playing around with the assets is dangerous and will break the website. Please do not change, activate or deactivate assets unless you're absolutely sure you should. If unsure, please ask!
Add an asset
@if(isset($assets) && count($assets) > 0)
Asset Name |
Type |
Placeholder |
Active from |
Active to |
Active |
|
@foreach($assets as $asset)
{{$asset->name}} |
{{\App\AssetManager\AssetType::title[$asset->type]}} |
{{\App\AssetManager\AssetPlaceholder::title[$asset->placeholder]}} |
{{$asset->active_from}} |
{{$asset->active_to}} |
{{$asset->isActive()?"Yes":"No"}} |
|
@endforeach
@else
There are no assets yet.
@endif