@php
@endphp
@extends('layout.dashboard')
@section('title', $page_title)
@section('content')
@section('page_breadcrumbs')
@endsection
@include('sub.graphdashboard.tab')
@endsection
@section('path_page_css', mix('/css/graphdashboard.css'))
@section('path_page_js', mix('/js/graphdashboard.js'))