@extends('layouts.public-base', ['title' => 'Dashboard']) @section('content')

Dashboard

@include('inc.flashMessages')

Welcome {{ getUser()->full_name ?? '' }}!

Set up your organization before you run your first project.

Get started with GraphicZoo

Complete the following steps to have a hassle-free payroll experience

    @foreach($items as $item)
  • @if($item->is_completed) check_circle @else error @endif {{$loop->iteration}}. {{$item->question ?? ''}}
    @if($item->is_completed) @else Add Details @endif
  • @endforeach

Learn how to use graphicszoo

... play_arrow
  • question_answer
    FAQs
  • help
    Help
  • textsms
    contact
@endsection