@extends('layouts.admin') @section('style') @parent @endsection @section('content')

Answers {{ $user['name'] }} - {{ $user['email'] }}

@if (isset($user['status'])) @if ($user['status'] == 'rejected')

REJECTED

@else

ACCEPTED

@endif @else @endif
@if (count($answer))
1. World Food Day is celebrated on the 16th of October every year and is a day of action dedicated to tackling global hunger. Cravvings is a platform that connects people to food vendors around them and allows them share their experiences by leaving reviews.
{{ $answer[0]['wfd'] ?? '' }}
{{ $answer[0]['offline'] ?? '' }}
@isset($answer[1])
2. What brand’s content do you like and why?
{{ $answer[1]['brandcontent'] ?? '' }}
@endisset @isset($answer[2])
3. Share three alternative uses for a pen
{{ $answer[2]['penone'] ?? '' }}
{{ $answer[2]['pentwo'] ?? '' }}
{{ $answer[2]['penthree'] ?? '' }}
@endisset @isset($answer[3])
4. What’s one cost-effective thing we can do to create more awareness for Cravvings?
{{ $answer[3]['brand'] ?? '' }}
@endisset @isset($answer[4])
5. Caption these
{{ $answer[4]['captionone'] ?? '' }}
{{ $answer[4]['captiontwo'] ?? '' }}
{{ $answer[4]['captionthree'] ?? '' }}
{{ $answer[4]['captionfour'] ?? '' }}
@endisset @endif
@endsection @section('scripts') @endsection