@extends('layouts.admin.app', ['page' => $menuAdmin['dashboard']['active'] ?? ""]) @section('title', __('labels.dashboard')) @section('header_data') @php $page_title = __('labels.dashboard'); $page_pretitle = __('labels.admin') . " " . __('labels.dashboard'); @endphp @endsection @php $breadcrumbs = [ ['title' => __('labels.home'), 'url' => ''] ]; @endphp @section('admin-content') @if($viewPermission ?? false)