@php $layout = (isSeller()) ? 'layouts.seller' : 'layouts.admin'; @endphp @extends($layout) @section('content')
{!! __('heatmap.title') !!}