@extends('layouts.settings') @section('content') @include('partials.breadcrumb', ['breadcrumbTitle' => 'Operating System Compliance Settings','parentTitle'=>'Settings','parentUrl'=>'/settings'])
@include('partials.success') @include('partials.error')
{{ csrf_field() }} @foreach ($data as $title => $value)

{{ $title =='apple_mobile'? 'Apple Mobile' :ucfirst($title) }}

@endforeach
@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