@extends('layouts.main') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Purge Assets','parentTitle'=>'Toolbox','parentUrl'=>'/toolbox'])
@include('toolbox.partials.side-nav')
@include('partials.success')
@forelse($assets as $asset) @empty @endforelse
# Asset Tag # Serial #
{{ $num++ }} {{$asset->asset_tag}} {{$asset->serial_no}}
No assets in the system.
{{$assets->links()}}
@include('settings.modals.confirm-delete') @include('settings.modals.confirm-delete-all') @stop @section('help-links') @include('help.help-links',['helpLink'=>config('help-links.help_links.bulk_updates'),'helpTitle'=>config('help-links.help_titles.bulk_updates')]) @endsection @section('after_scripts') @include('settings.partials.responsive-fixedheader') @stop