4 lines
80 B
PHP
4 lines
80 B
PHP
@extends('layouts.b4')
|
|
@section('contents')
|
|
{!! $chart->render() !!}
|
|
@endsection |