@extends('layouts.public-base', ['contentwrapper' => '', 'title' => 'Dashboard', 'sidebar' => '', 'header' => '']) @push('liveScript') @endpush @section('content')
@include('inc.flashMessages')
logo

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)

    Completed

    @elseif ($item->is_skipped)

    Skipped

    @else Add Details Skip @endif
  • @endforeach

Learn how to use graphicszoo

{{-- ... play_arrow --}}
  • question_answer
    FAQs
  • help
    Help
  • textsms
    contact
{{-- --}}
@endsection