@extends('frontend.layouts.split') @section('title', __('navs.frontend.dashboard') . ' '.html_entity_decode("—", ENT_QUOTES, 'UTF-8').' ' . app_name() ) @section('page_title', auth()->user()->isCustomerAdmin() ? 'Admin Dashboard' : 'Staff Dashboard' ) @section('content')
{!! $dashboardContent !!}
@endsection