@extends ('../welcome') @section ('content')

Phases

@if(auth()->user()->type == 'admin') @endif @foreach ($phases as $phase) @if(!empty($phase->project->id)) @endif @endforeach
ID Phase Name Project Name Created AtActive
{{$phase->id}} {{$phase->name}} {{$phase->project->name}} {{$phase->created_at}} @if(auth()->user()->type == 'admin')
@csrf
@endif
@endsection