@extends('layouts.app') @section('page-title')

{{ __($pageTitle) }}

@endsection @section('content')
@lang('app.menu.messageSettings')
@include('sections.admin_setting_menu')
{!! Form::open(['id'=>'updateProfile','class'=>'ajax-form','method'=>'PUT']) !!}
allow_client_admin == 'yes') checked @endif type="checkbox">
allow_client_employee == 'yes') checked @endif type="checkbox">
{!! Form::close() !!}
@endsection @push('footer-script') @endpush