WIP: fixed new lang theme ui-bug

main
A1Gard 5 months ago
parent 254d0b9683
commit 9eb262122d

@ -92,7 +92,7 @@ return [
|
*/
'locale' => 'en',
'locale' => 'fa',
/*
|--------------------------------------------------------------------------

@ -2,5 +2,7 @@
return [
//The dashboard uri
'uri'=>'dashboard'
'uri'=>'dashboard',
'post_thumb' => '1200x600',
'gallery_thumb' => '500x500',
];

@ -1144,3 +1144,8 @@ nav a {
margin-right: 5px;
margin-top: 1px;
}
.ajs-message.ajs-visible {
right: auto !important;
left: 2rem !important;
}

@ -32266,7 +32266,7 @@ jQuery(function () {
CKEDITOR.replace('body', {
filebrowserUploadUrl: xupload,
filebrowserUploadMethod: 'form',
contentsLangDirection: 'rtl'
// contentsLangDirection: 'rtl'
});
}
} catch (e) {}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1,154 +1,195 @@
/******/ (function(modules) { // webpackBootstrap
/******/ // install a JSONP callback for chunk loading
/******/ function webpackJsonpCallback(data) {
/******/ var chunkIds = data[0];
/******/ var moreModules = data[1];
/******/ var executeModules = data[2];
/******/
/******/ // add "moreModules" to the modules object,
/******/ // then flag all "chunkIds" as loaded and fire callback
/******/ var moduleId, chunkId, i = 0, resolves = [];
/******/ for(;i < chunkIds.length; i++) {
/******/ chunkId = chunkIds[i];
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {
/******/ resolves.push(installedChunks[chunkId][0]);
/******/ }
/******/ installedChunks[chunkId] = 0;
/******/ }
/******/ for(moduleId in moreModules) {
/******/ if(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {
/******/ modules[moduleId] = moreModules[moduleId];
/******/ }
/******/ }
/******/ if(parentJsonpFunction) parentJsonpFunction(data);
/******/
/******/ while(resolves.length) {
/******/ resolves.shift()();
/******/ }
/******/
/******/ // add entry modules from loaded chunk to deferred list
/******/ deferredModules.push.apply(deferredModules, executeModules || []);
/******/
/******/ // run deferred modules when all chunks ready
/******/ return checkDeferredModules();
/******/ };
/******/ function checkDeferredModules() {
/******/ var result;
/******/ for(var i = 0; i < deferredModules.length; i++) {
/******/ var deferredModule = deferredModules[i];
/******/ var fulfilled = true;
/******/ for(var j = 1; j < deferredModule.length; j++) {
/******/ var depId = deferredModule[j];
/******/ if(installedChunks[depId] !== 0) fulfilled = false;
/******/ }
/******/ if(fulfilled) {
/******/ deferredModules.splice(i--, 1);
/******/ result = __webpack_require__(__webpack_require__.s = deferredModule[0]);
/******/ }
/******/ }
/******/
/******/ return result;
/******/ }
/******/
/*
* ATTENTION: An "eval-source-map" devtool has been used.
* This devtool is neither made for production nor for readable output files.
* It uses "eval()" calls to create a separate source file with attached SourceMaps in the browser devtools.
* If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/)
* or disable the default devtool with "devtool: false".
* If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/).
*/
/******/ (() => { // webpackBootstrap
/******/ "use strict";
/******/ var __webpack_modules__ = ({});
/************************************************************************/
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // object to store loaded and loading chunks
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
/******/ // Promise = chunk loading, 0 = chunk loaded
/******/ var installedChunks = {
/******/ "/vendor/js/manifest": 0
/******/ };
/******/
/******/ var deferredModules = [];
/******/
/******/ var __webpack_module_cache__ = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId]) {
/******/ return installedModules[moduleId].exports;
/******/ var cachedModule = __webpack_module_cache__[moduleId];
/******/ if (cachedModule !== undefined) {
/******/ return cachedModule.exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules[moduleId] = {
/******/ i: moduleId,
/******/ l: false,
/******/ var module = __webpack_module_cache__[moduleId] = {
/******/ id: moduleId,
/******/ loaded: false,
/******/ exports: {}
/******/ };
/******/
/******/
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/
/******/ __webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/
/******/ // Flag the module as loaded
/******/ module.l = true;
/******/
/******/ module.loaded = true;
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/******/
/******/
/******/ // expose the modules object (__webpack_modules__)
/******/ __webpack_require__.m = modules;
/******/
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;
/******/
/******/ // define getter function for harmony exports
/******/ __webpack_require__.d = function(exports, name, getter) {
/******/ if(!__webpack_require__.o(exports, name)) {
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
/******/ }
/******/ };
/******/
/******/ // define __esModule on exports
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ __webpack_require__.m = __webpack_modules__;
/******/
/************************************************************************/
/******/ /* webpack/runtime/chunk loaded */
/******/ (() => {
/******/ var deferred = [];
/******/ __webpack_require__.O = (result, chunkIds, fn, priority) => {
/******/ if(chunkIds) {
/******/ priority = priority || 0;
/******/ for(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];
/******/ deferred[i] = [chunkIds, fn, priority];
/******/ return;
/******/ }
/******/ var notFulfilled = Infinity;
/******/ for (var i = 0; i < deferred.length; i++) {
/******/ var [chunkIds, fn, priority] = deferred[i];
/******/ var fulfilled = true;
/******/ for (var j = 0; j < chunkIds.length; j++) {
/******/ if ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {
/******/ chunkIds.splice(j--, 1);
/******/ } else {
/******/ fulfilled = false;
/******/ if(priority < notFulfilled) notFulfilled = priority;
/******/ }
/******/ }
/******/ if(fulfilled) {
/******/ deferred.splice(i--, 1)
/******/ var r = fn();
/******/ if (r !== undefined) result = r;
/******/ }
/******/ }
/******/ return result;
/******/ };
/******/ })();
/******/
/******/ /* webpack/runtime/compat get default export */
/******/ (() => {
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = (module) => {
/******/ var getter = module && module.__esModule ?
/******/ () => (module['default']) :
/******/ () => (module);
/******/ __webpack_require__.d(getter, { a: getter });
/******/ return getter;
/******/ };
/******/ })();
/******/
/******/ /* webpack/runtime/define property getters */
/******/ (() => {
/******/ // define getter functions for harmony exports
/******/ __webpack_require__.d = (exports, definition) => {
/******/ for(var key in definition) {
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
/******/ }
/******/ }
/******/ };
/******/ })();
/******/
/******/ /* webpack/runtime/global */
/******/ (() => {
/******/ __webpack_require__.g = (function() {
/******/ if (typeof globalThis === 'object') return globalThis;
/******/ try {
/******/ return this || new Function('return this')();
/******/ } catch (e) {
/******/ if (typeof window === 'object') return window;
/******/ }
/******/ })();
/******/ })();
/******/
/******/ /* webpack/runtime/hasOwnProperty shorthand */
/******/ (() => {
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
/******/ })();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ (() => {
/******/ // define __esModule on exports
/******/ __webpack_require__.r = (exports) => {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/ })();
/******/
/******/ /* webpack/runtime/node module decorator */
/******/ (() => {
/******/ __webpack_require__.nmd = (module) => {
/******/ module.paths = [];
/******/ if (!module.children) module.children = [];
/******/ return module;
/******/ };
/******/ })();
/******/
/******/ /* webpack/runtime/jsonp chunk loading */
/******/ (() => {
/******/ // no baseURI
/******/
/******/ // object to store loaded and loading chunks
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
/******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
/******/ var installedChunks = {
/******/ "/vendor/js/manifest": 0,
/******/ "vendor/css/app": 0
/******/ };
/******/
/******/ // no chunk on demand loading
/******/
/******/ // no prefetching
/******/
/******/ // no preloaded
/******/
/******/ // no HMR
/******/
/******/ // no HMR manifest
/******/
/******/ __webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);
/******/
/******/ // install a JSONP callback for chunk loading
/******/ var webpackJsonpCallback = (parentChunkLoadingFunction, data) => {
/******/ var [chunkIds, moreModules, runtime] = data;
/******/ // add "moreModules" to the modules object,
/******/ // then flag all "chunkIds" as loaded and fire callback
/******/ var moduleId, chunkId, i = 0;
/******/ if(chunkIds.some((id) => (installedChunks[id] !== 0))) {
/******/ for(moduleId in moreModules) {
/******/ if(__webpack_require__.o(moreModules, moduleId)) {
/******/ __webpack_require__.m[moduleId] = moreModules[moduleId];
/******/ }
/******/ }
/******/ if(runtime) var result = runtime(__webpack_require__);
/******/ }
/******/ if(parentChunkLoadingFunction) parentChunkLoadingFunction(data);
/******/ for(;i < chunkIds.length; i++) {
/******/ chunkId = chunkIds[i];
/******/ if(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {
/******/ installedChunks[chunkId][0]();
/******/ }
/******/ installedChunks[chunkId] = 0;
/******/ }
/******/ return __webpack_require__.O(result);
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/
/******/ // create a fake namespace object
/******/ // mode & 1: value is a module id, require it
/******/ // mode & 2: merge all properties of value into the ns
/******/ // mode & 4: return value when already ns object
/******/ // mode & 8|1: behave like require
/******/ __webpack_require__.t = function(value, mode) {
/******/ if(mode & 1) value = __webpack_require__(value);
/******/ if(mode & 8) return value;
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
/******/ var ns = Object.create(null);
/******/ __webpack_require__.r(ns);
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
/******/ return ns;
/******/ };
/******/
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ function getDefault() { return module['default']; } :
/******/ function getModuleExports() { return module; };
/******/ __webpack_require__.d(getter, 'a', getter);
/******/ return getter;
/******/ };
/******/
/******/ // Object.prototype.hasOwnProperty.call
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
/******/
/******/ // __webpack_public_path__
/******/ __webpack_require__.p = "/";
/******/
/******/ var jsonpArray = window["webpackJsonp"] = window["webpackJsonp"] || [];
/******/ var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);
/******/ jsonpArray.push = webpackJsonpCallback;
/******/ jsonpArray = jsonpArray.slice();
/******/ for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);
/******/ var parentJsonpFunction = oldJsonpFunction;
/******/
/******/
/******/ // run deferred modules from other chunks
/******/ checkDeferredModules();
/******/ })
/******/
/******/ var chunkLoadingGlobal = self["webpackChunk"] = self["webpackChunk"] || [];
/******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
/******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
/******/ })();
/******/
/************************************************************************/
/******/ ([]);
/******/
/******/
/******/ })()
;

File diff suppressed because one or more lines are too long

@ -20,9 +20,38 @@ jQuery(function () {
});
window.addEventListener('load', function () {
let dirx= 'rtl';
if (!isRtl) {
document.querySelector('body').style.direction = 'ltr';
dirx = 'ltr';
}
try {
for(let instanceName in CKEDITOR.instances){
CKEDITOR.instances[instanceName].destroy();
}
} catch(e) {
console.log(e.message);
}
$(".ckeditorx").each(function (i,e) {
CKEDITOR.replace($(e).attr('name'), {
filebrowserUploadUrl: xupload,
filebrowserUploadMethod: 'form',
contentsLangDirection: dirx,
});
});
if ($("[name='desc']#description").length) {
CKEDITOR.replace('description', {
filebrowserUploadUrl: xupload,
filebrowserUploadMethod: 'form',
contentsLangDirection: isRtl?'rtl':'ltr',
});
CKEDITOR.instances.description.on('change',function () {
$("#description").val(CKEDITOR.instances.description.getData());
});
}
// },1000);
})
// );
// $("nav .current").closest('li').click();

@ -2,16 +2,7 @@ var isW8 = false;
// var descBody = $("#description").val();
$(function () {
if ($("[name='desc']#description").length) {
CKEDITOR.replace('description', {
filebrowserUploadUrl: xupload,
filebrowserUploadMethod: 'form',
contentsLangDirection: isRtl?'rtl':'ltr'
});
CKEDITOR.instances.description.on('change',function () {
$("#description").val(CKEDITOR.instances.description.getData());
});
}
window.fakerProduct = function () {
$("#name").val("Product name sample 1");

@ -143,29 +143,10 @@ return [
'country' => 'کشور',
'address' => 'نشانی',
'phone' => 'شماره ثابت',
'tel' => 'شماره ثابت',
'mobile' => 'شماره همراه',
'age' => 'سن',
'gender' => 'جنسیت',
'sex' => 'جنسیت',
'image' => 'تصویر',
'image2' => 'تصویر دوم',
'link' => 'لینک',
'amount' => 'مقدار',
'email' => 'ایمیل',
'parent' => 'والد',
'state' => 'استان',
'city' => 'شهر',
'postal_code' => 'کد پستی',
'excerpt' => 'خلاصه',
'cat_id' => 'دسته بندی',
'product_id' => 'محصول',
'label' => 'برچسب',
'type' => 'نوع',
'key' => 'کلید',
'section' => 'سکشن',
'subject' => 'عنوان',
'full_name' => 'نام کامل',
'gender' => 'جنسیت',
'day' => 'روز',
'month' => 'ماه',
'year' => 'سال',
@ -174,8 +155,6 @@ return [
'second' => 'ثانیه',
'title' => 'عنوان',
'text' => 'متن',
'body' => 'متن',
'bodya' => 'متن',
'content' => 'محتوا',
'description' => 'توضیحات',
'excerpt' => 'گزیده مطلب',
@ -192,4 +171,4 @@ return [
'author'=>'نویسنده',
'status'=>'وضعیت'
],
];
];

@ -239,3 +239,8 @@ nav {
margin-right: 5px;
margin-top: 1px;
}
.ajs-message.ajs-visible{
right: auto !important;
left: 2rem !important;
}

@ -26,7 +26,7 @@
</div>
</div>
<div class="card">
<div class="card mt-2">
<div class="card-header">
{{__("Product categories")}}
</div>
@ -37,36 +37,30 @@
</div>
</div>
<div class="accordion" id="accordionExample">
<div class="card">
<div class="card-header" id="headingOne">
<h2 class="mb-0">
<button class="btn btn-link btn-block text-left" type="button" data-toggle="collapse"
data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
{{__("Tags")}}
</button>
</h2>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordionExample">
<div class="card-body">
<div class="accordion mt-2" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
{{__("Tags")}}
</button>
</h2>
<div id="collapseOne" class="accordion-collapse collapse show" aria-labelledby="headingOne" data-bs-parent="#accordionExample">
<div class="accordion-body">
<input type="text" name="tags" class="taggble" @if(isset($product))
value="{{implode(',',$product->tag_names)}}"
value="{{implode(',',$product->tag_names)}}"
@endif>
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingTwo">
<h2 class="mb-0">
<button class="btn btn-link btn-block text-left collapsed" type="button" data-toggle="collapse"
data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
{{__("Discounts")}}
</button>
</h2>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordionExample">
<div class="card-body">
<div class="accordion-item">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
{{__("Discounts")}}
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo" data-bs-parent="#accordionExample">
<div class="accordion-body">
<table class="table" id="discounts">
<tr>
<th>
@ -114,17 +108,14 @@
</div>
</div>
</div>
<div class="card">
<div class="card-header" id="headingThree">
<h2 class="mb-0">
<button class="btn btn-link btn-block text-left collapsed" type="button" data-toggle="collapse"
data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
{{__("New Discount")}}
</button>
</h2>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordionExample">
<div class="card-body">
<div class="accordion-item">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
{{__("New Discount")}}
</button>
</h2>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree" data-bs-parent="#accordionExample">
<div class="accordion-body">
<table class="table" id="new-discount">
<thead>
<tr>
@ -179,4 +170,6 @@
</div>
</div>
</div>

@ -52,7 +52,7 @@
@break
@case('editor')
<textarea name="{{$set->key}}" id="{{$set->key}}"
class="ckeditor form-control"
class="ckeditorx form-control"
rows="5">{{$set->value}}</textarea>
@break
@case('category')
@ -169,6 +169,11 @@
@endsection
@section('js-content')
<script>
document.querySelector('#price').classList.add('currency');
try {
document.querySelector('#price').classList.add('currency');
} catch(e) {
// console.log(e.message);
}
</script>
@endsection

@ -18,6 +18,16 @@
<link href="{{ asset('vendor/starter-kit/css/app.css') }}" rel="stylesheet">
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
<script>
@php
$lang = \App\Models\Xlang::where('is_default',true)->first();
@endphp
var isRtl = false;
@if($lang !== null && $lang->rtl)
isRtl = true;
@endif
</script>
</head>
<body>
<div id="app">

@ -31,7 +31,7 @@
{{$log->user->name}}
</td>
<td>
{{__($log->action)}}
{{__("$log->action")}}
</td>
<td>
{{__($log->loggable_type)}}|

@ -52,17 +52,12 @@
<div class="col-md-3 mt-3">
<div class="form-group">
<br>
<br>
<label for="chk">
{{__("Active")}}
</label>
<input type="checkbox" id="chk" name="active"
@if (old('active',$adv->active??0) != 0)
checked
@endif
class="float-end ml-4 mt-1 form-check-inline @error('active') is-invalid @enderror"
value="">
<div class="form-check form-switch">
<input class="form-check-input" name="active" value="1" @if (old('active',$adv->active??0) != 0)
checked
@endif type="checkbox" id="active">
<label class="form-check-label" for="active">{{__("Active")}}</label>
</div>
</div>
</div>
<div class="col-md-4 mt-3">

@ -20,7 +20,7 @@
{{__("All")}}
</a>
<a href="?filter=0" data-filter="0" class="btn btn-dark filter">
{{__("Deactivate")}}
{{__("Deactive")}}
</a>
<a href="?filter=1" data-filter="1" class="btn btn-dark filter">
{{__("Active")}}

@ -51,7 +51,7 @@
<label for="body">
{{__('Description')}}
</label>
<textarea name="body" class="form-control @error('body') is-invalid @enderror"
<textarea name="body" class="ckeditorx form-control @error('body') is-invalid @enderror"
placeholder="{{__('Description')}}">{{old('body',$clip->body??null)}}</textarea>
</div>
</div>

@ -20,7 +20,7 @@
{{__("All")}}
</a>
<a href="?filter=0" data-filter="0" class="btn btn-dark filter">
{{__("Deactivate")}}
{{__("Deactive")}}
</a>
<a href="?filter=1" data-filter="1" class="btn btn-dark filter">
{{__("Active")}}

@ -43,6 +43,8 @@
</th>
<th colspan="2">
{{__("Action")}}
<a href="{{route('admin.post.create')}}" class="btn btn-success float-start"><i
class="fa fa-plus"></i></a>
</th>
</tr>
</thead>

@ -72,10 +72,18 @@
<div class="container mb-5">
<div class="row mt-3">
<div class="col-md-6">
<div>
<div>
{!! $chartjs->render() !!}
</div>
</div>
</div>
<div class="col-md-6">
<div>
<div>
{!! $chartjs2->render() !!}
</div>
</div>
</div>
</div>
</div>

@ -40,7 +40,7 @@
</th>
<th>
{{__("Action")}}
<a href="{{route('admin.gallery.create')}}" class="btn btn-success float-end"><i
<a href="{{route('admin.gallery.create')}}" class="btn btn-success float-start"><i
class="fa fa-plus"></i></a>
</th>
</tr>

@ -32,9 +32,9 @@
</li>
<li class="list-group-item" data-can="false">
<span>
{{__("News")}}
{{__("Posts")}}
</span>
<input type="text" id="news-auto" placeholder="{{__("News search")}}" class="form-control mt-2" />
<input type="text" id="news-auto" placeholder="{{__("Posts search")}}" class="form-control mt-2" />
<input id="news-title" type="text" name="menu[][title]" class="form-control mt-2"
placeholder="{{__("Title")}}"/>
<input type="hidden" name="menu[][meta]" value="">
@ -75,7 +75,7 @@
</li>
<li class="list-group-item" data-can="false">
<span>
{{__("Category with sub news")}}
{{__("Category with sub posts")}}
</span>
<select name="menu[][menuableid]" class="form-control">
@foreach($cats as $cat )
@ -99,7 +99,7 @@
</li>
<li class="list-group-item" data-can="false">
<span>
{{__("Tag with sub news")}}
{{__("Tag with sub posts")}}
</span>
<input type="text" id="tag-auto2" placeholder="{{__("Tag search")}}" name="menu[][meta]" class="form-control mt-2" />
<input id="tag-sub-title" type="text" name="menu[][title]" class="form-control mt-2"
@ -120,7 +120,7 @@
</div>
<div class="col-md-6 p-3">
<div class="alert alert-info">
{{__("Double click to remove")}}
{{__("Double click on to remove item")}}
</div>
<form class="" method="post"
enctype="multipart/form-data"
@ -142,7 +142,7 @@
</div>
<input type="hidden" id="tag-search" value="{{route('admin.ckeditor.tagsearch','')}}"/>
<input type="hidden" id="news-search" value="{{route('admin.ckeditor.newssearch','')}}"/>
<input type="hidden" id="rem-menu" value="{{route('admin.setting.remMenu','')}}">
<input type="hidden" id="rm-item" value="{{route('admin.menu.remItem','')}}"/>
</div>
@endsection

@ -45,7 +45,7 @@
<label for="body">
{{__('Text')}}
</label>
<textarea name="body" class="form-control @error('body') is-invalid @enderror"
<textarea name="body" class="ckeditorx form-control @error('body') is-invalid @enderror"
placeholder="{{__('Text')}}">{{old('body',$poll->body??null)}}</textarea>
</div>

@ -20,7 +20,7 @@
{{__("All")}}
</a>
<a href="?filter=0" data-filter="0" class="btn btn-dark filter">
{{__("Deactivate")}}
{{__("Deactive")}}
</a>
<a href="?filter=1" data-filter="1" class="btn btn-dark filter">
{{__("Active")}}

@ -53,7 +53,7 @@
<label for="body">
{{__('Post Text')}}
</label>
<textarea name="body" class="form-control @error('body') is-invalid @enderror"
<textarea name="body" class="ckeditorx form-control @error('body') is-invalid @enderror"
placeholder="{{__('Post Text')}}"
rows="8">{{old('body',$posts->body??null)}}</textarea>
{{-- @trix(\App\Post::class, 'body')--}}
@ -105,32 +105,23 @@
</div>
<div class="col-md-3 mt-3">
<div class="form-group mt-3">
<br>
<label for="is_breaking">
{{__('Is breaking news?')}}
</label>
<input name="is_breaking" type="checkbox" id="is_breaking"
class="float-end ml-4 mt-1 form-check-inline @error('is_breaking') is-invalid @enderror"
placeholder="{{__('Is breaking news?')}}"
@if (old('is_breaking',$posts->is_breaking??0) != 0)
checked
@endif
value="1"/>
<div class="form-check form-switch">
<input class="form-check-input" name="is_breaking" @if (old('is_breaking',$posts->is_breaking??0) != 0)
checked
@endif type="checkbox" id="isbr">
<label class="form-check-label" for="isbr">{{__('Is breaking news?')}}</label>
</div>
</div>
</div>
<div class="col-md-3 mt-3">
<div class="form-group mt-3">
<br>
<label for="is_pinned">
{{__('Pin')}}
</label>
<input name="is_pinned" type="checkbox" id="is_pinned"
class="float-end ml-4 mt-1 form-check-inline @error('is_pinned') is-invalid @enderror"
placeholder="{{__('Is pinned news?')}}"
@if (old('is_pinned',$posts->is_pinned??0) != 0)
checked
@endif/>
<div class="form-check form-switch">
<input class="form-check-input" name="is_pin" @if (old('is_pin',$posts->is_pin??0) != 0)
checked
@endif type="checkbox" id="ispin">
<label class="form-check-label" for="ispin">{{__('Pin')}}</label>
</div>
</div>
</div>
</div>

@ -42,23 +42,18 @@
<label for="body">
{{__('Description')}}
</label>
<textarea name="body" class="form-control @error('body') is-invalid @enderror"
<textarea name="body" class="ckeditorx form-control @error('body') is-invalid @enderror"
placeholder="{{__('Description')}}">{{old('body',$slider->body??null)}}</textarea>
</div>
</div>
<div class="col-md-4 mt-3">
<div class="form-group">
<br>
<br>
<label for="chk">
{{__("Active")}}
</label>
<input type="checkbox" id="chk" name="active"
@if (old('active',$slider->active??0) != 0)
checked
@endif
class="float-end ml-4 mt-1 form-check-inline @error('active') is-invalid @enderror"
value="">
<div class="form-check form-switch">
<input class="form-check-input" name="active" value="1" @if (old('active',$slider->active??0) != 0)
checked
@endif type="checkbox" id="active">
<label class="form-check-label" for="active">{{__("Active")}}</label>
</div>
</div>
</div>
<div class="col-md-4 mt-3">

@ -21,7 +21,7 @@
{{__("All")}}
</a>
<a href="?filter=0" data-filter="0" class="btn btn-dark filter">
{{__("Deactivate")}}
{{__("Deactive")}}
</a>
<a href="?filter=1" data-filter="1" class="btn btn-dark filter">
{{__("Active")}}

@ -22,8 +22,8 @@
action="{{route('admin.user.update',$user->id)}}"
@else
action="{{route('admin.user.store')}}"
@endif
>
@endif
>
@csrf
@if (isset($user))
@ -55,9 +55,9 @@
</label>
<select name="role" id="" class="form-control @error('role') is-invalid @enderror">
<option value="super-admin"
@if (old('role') == 'super-admin') selected @endif >{{__("Admin")}} </option>
@if (old('role',$user->role??null) == 'super-admin') selected @endif >{{__("Admin")}} </option>
<option value="manager"
@if (old('role',isset($user)?$user->hasRole('manager'):null) == 'manager' ) selected @endif >{{__("User")}} </option>
@if (old('role',$user->role??null) == 'manager' ) selected @endif >{{__("User")}} </option>
</select>
</div>
</div>
@ -92,87 +92,11 @@
value="{{old('password_confirmation',$user->password_confirmation??null)}}"/>
</div>
</div>
@if(isset($user) && $user->hasRole('manager'))
<div class="col-12">
<br>
<button class="btn btn-secondary" type="button" data-toggle="collapse"
data-target="#collapseWidthExample" aria-expanded="false"
aria-controls="collapseWidthExample">
{{__("ACL")}}
({{$user->accesses()->count()}})
</button>
<div class="mt-2">
<div class="collapse width" id="collapseWidthExample">
<div class="card card-body">
@foreach($routes as $name => $route)
<div class="switches-holder">
<div class="rule-title">
<div class="form-check form-switch">
<input class="form-check-input main-switch" type="checkbox"
role="switch"
id="main{{$name}}">
<label class="form-check-label"
for="main{{$name}}"> {{__($name)}} </label>
</div>
</div>
<div class="row">
@foreach($route as $r)
<div class="col-md-3">
<div class="px-3 py-2">
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox"
role="switch"
name="acl[]"
@if ($user->hasAccess("admin.{$name}.{$r}"))
checked
@endif
value="admin.{{$name}}.{{$r}}"
id="s{{$r}}">
<label class="form-check-label"
for="s{{$r}}">
@if($r == 'all' || $r == 'index' | $r == 'list')
{{__("Show list")}}
@else
{{__('!'.$r)}}
@endif
</label>
</div>
</div>
</div>
@endforeach
</div>
</div>
<hr>
@endforeach
</div>
</div>
</div>
<hr>
</div>
@endif
<div class="col-md-12">
<label> &nbsp;</label>
<input name="" type="submit" class="btn btn-primary mt-2" value="{{__('Save')}}"/>
</div>
</div>
</form>
</div>
@endsection
@section('js-content')
<script>
document.querySelectorAll('.main-switch').forEach(function (chk) {
chk.addEventListener('change', function () {
let state = this.checked;
this.closest('.switches-holder').querySelectorAll('.row input[type="checkbox"]').forEach(function (subCheck) {
subCheck.checked = state;
});
});
})
</script>
@endsection

@ -1,27 +1,23 @@
<li>
<div class="comment-main-level">
<!-- Avatar -->
<div class="comment-avatar"><img src="https://www.gravatar.com/avatar/{{md5($c->email)}}?s=64"></div>
<!-- Contenedor del Comentario -->
<div class="comment-box">
<div class="comment-head">
<h6 class="comment-name">
<a href="#">
{{$c->name}}
</a>
</h6>
<span>{{$c->persianDate()}}</span>
<i class="fa fa-reply comment-reply" data-id="{{$c->id}}" title="{{__("reply")}}"></i>
<i class="fa fa-heart"></i>
</div>
<div class="comment-content">
<div class="row">
<div class="col-md-3 text-center">
<img class="img-avatar" src="https://www.gravatar.com/avatar/{{md5($c->email)}}?s=64" alt="avatar" />
{{$c->name}}
<br>
{{$c->persianDate()}}
<br>
<span class="btn-sm btn-secondary comment-reply" data-id="{{$c->id}}" title="{{__("reply")}}">
<i class="fa fa-reply"></i>
</span>
</div>
<div class="col-md-9">
<p>
{{$c->body}}
</div>
</p>
</div>
</div>
@if ($c->approved_children()->count()>0)
<ul class="comments-list reply-list">
<ul>
@foreach($c->approved_children as $cch)
<li>
@include('starter-kit::component.comment', ['c' => $cch])

@ -17,7 +17,7 @@
@endif
</script>
@yield('header-content')
<!-- CSRF Token -->
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>@yield('page_title', '') {{config('app.name', 'Laravel')}} </title>

@ -481,7 +481,7 @@
<label for="body">
{{__("Text")}}
</label>
<textarea name="body" id="body" class="form-control"
<textarea name="body" id="body" class="ckeditorx form-control"
placeholder="{{__("Your question or request...")}}"
rows="5">{{old('body')}}</textarea>
</div>
@ -509,7 +509,7 @@
<label for="body">
{{__("Text")}}
</label>
<textarea name="body" id="body" class="form-control"
<textarea name="body" id="body" class="ckeditorx form-control"
placeholder="{{__("Application request")}}"
rows="5">{{old('body')}}</textarea>
</div>

@ -71,7 +71,7 @@
</label>
<textarea required="" minlength="10" id="comment-message"
name="body" class="form-control " placeholder="پیام"
name="body" class="ckeditorx form-control " placeholder="پیام"
rows="4"></textarea>
</div>
</div>

@ -289,7 +289,7 @@
</label>
<textarea required="" minlength="10" id="comment-message"
name="body" class="form-control " placeholder="پیام"
name="body" class="ckeditorx form-control " placeholder="پیام"
rows="4"></textarea>
</div>
</div>
@ -351,7 +351,7 @@
<span class="name">نام کاربر</span>
</div>
<form id="question-form">
<textarea class="form-control" dir="rtl" name="body"
<textarea class="ckeditorx form-control" dir="rtl" name="body"
placeholder="سوال شما..."></textarea>
<input type="hidden" name="product_id" value="{{$pro->id}}">
</form>

Loading…
Cancel
Save