@extends('layouts.dashboard') @section('template_title') {{ $user->name }}'s Account @endsection @section('template_fastload_css') @endsection @section('header') {{ trans('profile.accountTitle',['username' => $user->name]) }} @endsection @section('breadcrumbs')
Deleting your account is permanent and cannot be undone.
LON: / LAT:
{{ Lang::get('profile.noProfileYet') }}
{!! HTML::link(URL::to('/profile/'.Auth::user()->name.'/edit'), Lang::get('titles.createProfile'), array('class' => 'mdl-button mdl-js-button mdl-js-ripple-effect mdl-shadow--3dp')) !!} @endif