@extends('layouts.main')
@section('content')
@include('partials.breadcrumb', ['breadcrumbTitle' => 'Asset Tabs','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@stop
@section('help-links')
@include('help.help-links',['helpLink'=>config('help-links.help_links.asset_tab'),'helpTitle'=>config('help-links.help_titles.asset_tab')])
@endsection
@section('after_scripts')
@include('settings.partials.responsive-fixedheader')
@stop