@extends('layout.dashboard') @section('content')
{{ Lang::get('cachet.dashboard.user') }}
@if($updated = Session::get('updated'))
@if($updated) Awesome. Profile updated. @else Whoops. Something went wrong when updating. @endif
@endif
@stop