@extends('admin.layout.master') @section('custom_style') @endsection @section('content')
@include('v2.admin.dashboard.chart', ['route_name' => 'inventory.chart.dashboard'])
@endsection @section('script') @endsection