@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Purged Assets History','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('settings.history.purged-assets-history.partials.filter')
# Serial # Asset Tag # Hardware Standard Deleted At Deleted By
@stop @section('after_scripts') @include('reports.scripts.common') @include('reports.scripts.datatable') @stop