@extends('layouts.app') @section('content')

@lang('dashboard::dashboard.module')

@include("dashboard::widgets.widgets")
@include("dashboard::charts.pie_chart")
@include("dashboard::charts.container_chart")
@include("dashboard::table.assets_dashboard_table")
@include("dashboard::last_updates.last_updates")
@endsection @push('css-up') @endpush @push('scripts') @endpush @push('scripts') @endpush @push('scripts') {!! $dataTable->scripts() !!} @endpush