PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
platform
/
core
/
base
/
resources
/
views
/
elements
<script type="text/javascript"> var BotbleVariables = BotbleVariables || {}; @if (Auth::check()) BotbleVariables.languages = { tables: {!! json_encode(trans('core/base::tables'), JSON_HEX_APOS) !!}, notices_msg: {!! json_encode(trans('core/base::notices'), JSON_HEX_APOS) !!}, pagination: {!! json_encode(trans('pagination'), JSON_HEX_APOS) !!}, system: { 'character_remain': '{{ trans('core/base::forms.character_remain') }}' }, }; BotbleVariables.authorized = "{{ setting('membership_authorization_at') && now()->diffInDays(Carbon\Carbon::createFromFormat('Y-m-d H:i:s', setting('membership_authorization_at'))) <= 7 ? 1 : 0 }}"; @else BotbleVariables.languages = { notices_msg: {!! json_encode(trans('core/base::notices'), JSON_HEX_APOS) !!}, }; @endif </script> @push('footer') @if (session()->has('success_msg') || session()->has('error_msg') || (isset($errors) && $errors->count() > 0) || isset($error_msg)) <script type="text/javascript"> $(document).ready(function () { @if (session()->has('success_msg')) Botble.showSuccess('{{ session('success_msg') }}'); @endif @if (session()->has('error_msg')) Botble.showError('{{ session('error_msg') }}'); @endif @if (isset($error_msg)) Botble.showError('{{ $error_msg }}'); @endif @if (isset($errors)) @foreach ($errors->all() as $error) Botble.showError('{{ $error }}'); @endforeach @endif }); </script> @endif @endpush
[-] meta-box-wrap.blade.php
[edit]
[+]
..
[-] pagination.blade.php
[edit]
[-] loading.blade.php
[edit]
[-] meta-box.blade.php
[edit]
[-] common.blade.php
[edit]