@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')
  • {{ trans('titles.app') }} chevron_right
  • {{ trans('titles.profile') }}
  • @endsection @section('content') @include('cards.user-profile-card') @endsection @section('footer_scripts') @include('scripts.google-maps-geocode-and-map') @endsection