@extends('layouts.app', ['title' => __tr('Mobile App Configurations')]) @section('content') @include('users.partials.header', [ 'title' => __tr('Mobile App Configurations'), 'description' =>'', 'class' => 'col-lg-7' ]) @php $isDemoMode = (isDemo() and (hasCentralAccess() and (getUserID() != 1))); $demoContent = 'XXXXXXXXXXXXX MASKED FOR DEMO XXXXXXXXXXXXX'; @endphp