@extends('layouts.app_old') @section('title') Profile - {{$user->name}} @endsection @section('select2css') @endsection @section('content')
{!! $profile !== null ? nl2br(e($profile->overview)) : '' !!}