@if (!empty($pageTitle))

{{ $pageTitle }}

@else

Dashboard

@endif @if (Request::path() != 'panel') @include('web.default.panel.layout.partials.breadcrumb._breadcrumb',['breadcrumbSegments' => $breadcrumbSegments]) @endif
{{-- --}}