Manage the phases

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

Phases Settings

Phases
@if(count($phases) < 1)

No phases so far....

@else
    @foreach($phases as $phase)
  • @if($phase->active) @else @endif
  • @endforeach
@endif

Create Phases

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

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

@error('description') {{ $message }} @enderror