@extends('layouts.survey')
@section('title', 'Who Are You? — ' . $project->name)
@section('trail')
@php
$icons = [
'parent' => 'fa-user-group',
'teacher' => 'fa-chalkboard-user',
'student' => 'fa-graduation-cap',
'school_authority' => 'fa-school',
'merchant' => 'fa-store',
'sme_owner' => 'fa-briefcase',
'online_seller' => 'fa-cart-shopping',
'ssl_merchant' => 'fa-shield-halved',
'smartphone_buyer' => 'fa-mobile-screen',
'retail_shop' => 'fa-shop',
'consumer_kk' => 'fa-user',
'employee' => 'fa-id-badge',
'staff' => 'fa-users',
'factory_worker' => 'fa-industry',
'restaurant_visitor'=> 'fa-utensils',
'cafe_customer' => 'fa-mug-hot',
'consumer_treats' => 'fa-user',
'general_public' => 'fa-earth-asia',
];
@endphp