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

@lang($pageTitle)

@endsection @section('content')

@lang('app.menu.messageSettings')

{{-- @include('sections.admin_setting_menu') --}}
@csrf @method('PUT') @if(hasAccessOf('message_settings')['is_write'])
allow_client_admin == 'yes') checked @endif type="checkbox">
allow_client_employee == 'yes') checked @endif type="checkbox">
@endif
@endsection @push('footer-script') @endpush