@extends('layouts.default') @section('styles') @stop @section('content') @include('partials.chart', ['pointsData' => $pointsData]) @stop