home
/
zktecojo
/
public_html
/
app
/
views-feb 24
/
frontend
/
old
/
common
➕ New
📤 Upload
✎ Editing:
header.blade.php
← Back
<!DOCTYPE html> <html lang="<?php echo ($lang=="ar")?'ar':'en'; ?>" dir="<?php echo ($lang=="ar")?'rtl':'ltr'; ?>"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0; maximum-scale=1"> <meta name="keyword" content="{{ $adminSetting->site_meta_keyword }}"> <meta name="description" content="{{ $adminSetting->site_meta_description }}"> <meta name="author" content="{{ $adminSetting->sitename }}<"> <title>{{ $adminSetting->site_meta_title }} {{ $pageTitle }}</title> <!-- core CSS --> <link href="{{{ asset('assets/css/bootstrap.min.css') }}}" rel="stylesheet"> <?php if($lang=='ar') { ?> <link href="{{ asset('assets/css/bootstrap.min-ar.css') }}" rel="stylesheet"> <?php } ?> <link href="{{ asset('assets/css/font-awesome.min.css') }}" rel="stylesheet"> <link href="{{ asset('assets/css/animate.min.css') }}" rel="stylesheet"> <link href="{{ asset('assets/css/main.css') }}" rel="stylesheet"> @if($lang=='ar') <link href="{{ asset('assets/css/main-ar.css') }}" rel="stylesheet"> @endif <link href="{{ asset('assets/css/jquery.mCustomScrollbar.css') }}" rel="stylesheet" media="screen"> <link href="{{ asset('assets/css/style.css') }}" rel="stylesheet" media="screen"> <link href="{{ asset('assets/css/developer.css') }}" rel="stylesheet"> <link href="{{ asset('assets/css/prettyPhoto.css') }}" rel="stylesheet"> @if(!empty($isHomePage)) <link href="{{ asset('assets/css/grayscale.css') }}" rel="stylesheet" media="screen"> @endif <script src="{{ asset('assets/js/modernizr.custom.js') }}"></script> <!--[if lt IE 9]> <script src="{{ asset('assets/js/html5shiv.js') }}"></script> <script src="{{ asset('assets/js/respond.min.js') }}"></script> <![endif]--> <?php if($lang=="ar") { ?> <style type="text/css"> .isotope .isotope-item { -webkit-transition-property: right, top, -webkit-transform, opacity; -moz-transition-property: right, top, -moz-transform, opacity; -ms-transition-property: right, top, -ms-transform, opacity; -o-transition-property: right, top, -o-transform, opacity; transition-property: right, top, transform, opacity; } </style> <?php } ?> </head> <body>
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel