@extends('user.profiler.layouts.topmaster') @section('title', 'Career Summary') @section('content')

Summary Report

{{$oneNETresponse->title}}

{{$oneNETresponse->what_they_do}}

{{-- //TODO PUT BACK BUTTON FOR USER TO GO BACK TO PROFILER COMPLETER--}}

Sample of reported job titles:

@foreach($oneNETresponse->on_the_job->task as $task) {{$task}}, @endforeach

@endsection