@extends('layouts.app2') @section('style') @endsection @section('sub-header') @endsection @section('content')

{{ session('alert-green') }}

Hello {{ Auth::user()->name }} ! Thanks for participating, Our review team will review your answer and you will get an update soon.

@endsection