@extends('layouts.app') @section('template_title') {{ $user->name }}'s Profile @endsection @section('template_fastload_css') #map-canvas{ min-height: 300px; height: 100%; width: 100%; } @endsection @section('content')
{{ trans('profile.noProfileYet') }}
{!! HTML::icon_link(URL::to('/profile/'.Auth::user()->name.'/edit'), 'fa fa-fw fa-plus ', trans('titles.createProfile'), array('class' => 'btn btn-small btn-info btn-block')) !!} @endif