@extends('layouts.settings')
@section('content')
@include('partials.breadcrumb', ['breadcrumbTitle' => 'Toolbox'])
Bulk Updates
@include('toolbox.partials.links.bulkupload')
ITAD
@include('toolbox.partials.links.itad')
Developers
@include('toolbox.partials.links.developers')
@stop
@section('help-links')
@include('help.help-links',['helpLink'=>config('help-links.help_links.toolbox'),'helpTitle'=>config('help-links.help_titles.toolbox')])
@endsection
@section('after_scripts')
@endsection