Manage the Assessments & Content

We’re constantly trying to express ourselves and actualize our dreams. If you have the opportunity to play.

Assessments Settings

Pillars
@if(count($pillars) < 1)

No phases so far....

@else
    @foreach($pillars as $pillar)
  • {{$pillar->name}}


  • @endforeach
@endif

Create Pillar

@csrf
@error('name') {{ $message }} @enderror

This is how others will learn about the Phases, so make it good!

@error('description') {{ $message }} @enderror
@push('js') @endpush