Components
@forelse($components as $component)
-
@empty
- You should add a component.
@endforelse
Create a component
@if($component = Session::get('component'))
@if($component->isValid())
Awesome. Component added.
@else
Whoops. Something went wrong with the component. {{ $component->getErrors() }}
@endif
@endif