X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/platform/core/setting/resources/views
home
/
gfecatvj
/
sites
/
restate
/
platform
/
core
/
setting
/
resources
/
views
/
📁
..
📄
email-template-edit.blade.php
(3.86 KB)
📄
email.blade.php
(9.09 KB)
📄
index.blade.php
(12.2 KB)
📄
media.blade.php
(10.71 KB)
📄
template-line.blade.php
(2.49 KB)
📄
test-email.blade.php
(238 B)
Editing: template-line.blade.php
<div class="flexbox-annotated-section"> <div class="flexbox-annotated-section-annotation"> <div class="annotated-section-title pd-all-20"> <h2>{{ trans($data['name']) }}</h2> </div> <div class="annotated-section-description pd-all-20 p-none-t"> <p class="color-note">{{ trans($data['description']) }}</p> </div> </div> <div class="flexbox-annotated-section-content"> <div class="wrapper-content pd-all-20"> <div class="table-wrap"> <table class="table product-list ws-nm"> <thead> <tr> <th class="border-none-b">{{ trans('core/setting::setting.template') }}</th> <th class="border-none-b"> {{ trans('core/setting::setting.description') }} </th> @if ($type !== 'core') <th class="border-none-b"> {{ trans('core/setting::setting.enable') }}</th> @endif </tr> </thead> <tbody> @foreach ($data['templates'] as $key => $template) <tr> <td> <a class="hover-underline a-detail-template" href="{{ route('setting.email.template.edit', ['type' => $type, 'name' => $module, 'template_file' => $key]) }}"> {{ trans($template['title']) }} </a> </td> <td>{{ trans($template['description']) }}</td> @if ($type !== 'core' && Arr::get($template, 'can_off', false)) <td> <div class="form-group "> {!! Form::onOff(get_setting_email_status_key($type, $module, $key), get_setting_email_status($type, $module, $key) == 1, ['data-key' => 'email-config-status-btn', 'data-change-url' => route('setting.email.status.change')] ) !!} </div> </td> @endif </tr> @endforeach </tbody> </table> </div> </div> </div> </div>
Upload File
Create Folder