@extends('layouts.settings')
@section('content')
@include('partials.breadcrumb', ['breadcrumbTitle' => 'Operating System Compliance Settings','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('partials.success')
@include('partials.error')
@stop
@section('help-links')
@include('help.help-links',['helpLink'=>config('help-links.help_links.operating_system_compliance'),'helpTitle'=>config('help-links.help_titles.operating_system_compliance')])
@endsection
@section('after_scripts')
@endsection