@extends('admin.layouts.default')
{{-- Page title --}}
@section('title')
Apex Sparkline Charts
@parent
@stop
{{-- page level styles --}}
@section('header_styles')
@stop
@section('content')
Total Value |
Percentage of Portfolio |
Last 10 days |
Volume |
$32,554 |
15% |
|
|
$23,533 |
7% |
|
|
$54,276 |
9% |
|
|
$11,533 |
2% |
|
|
@stop
@section('footer_scripts')
@stop