@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Assets Created', 'parentUrl' => '/report', 'parentTitle' => 'Reports'])
@include('reports.assets-created.partials.filter')
@include('partials.sync-messages')
@include('reports.assets-created.partials.datatable-list')
@stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.asset_reports'),'helpTitle'=>config('help-links.help_titles.asset_reports')]) @endsection @section('after_scripts') @include('reports.script-includes.chartJs') @include('reports.scripts.common') @include('reports.assets-created.modals.assets') @include('reports.scripts.datatable-column-toggle-script'); @include('reports.assets-created.scripts.script') @stop