@extends('layouts.dashboard') @section('template_title') {{ $user->name }}'s Profile @endsection @section('template_fastload_css') #map-canvas{ min-height: 300px; height: 100%; width: 100%; } @endsection @section('header') {{ trans('profile.showProfileTitle',['username' => $user->name]) }} @endsection @section('breadcrumbs')