@extends('admin.layouts.app') @section('content')
Assets
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)
@foreach($assets as $asset) @endforeach
Asset Name Type Placeholder Active from Active to Active
{{$asset->name}} {{\App\AssetManager\AssetType::title[$asset->type]}} {{\App\AssetManager\AssetPlaceholder::title[$asset->placeholder]}} {{$asset->active_from}} {{$asset->active_to}} {{$asset->isActive()?"Yes":"No"}}
@else There are no assets yet. @endif
@stop