home
/
dotimhzbxs8l
/
public_html
/
storage
/
framework
/
views
➕ New
📤 Upload
✎ Editing:
354ed1d18d0ad9fe255fb9694e80f69597452224.php
← Back
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <meta charset="utf-8" /> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>"> <title>Webarch - Responsive Admin Dashboard</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <meta content="" name="description" /> <meta content="" name="author" /> <!-- BEGIN PLUGIN CSS --> <link href="<?php echo e(asset('public/admin')); ?>/assets/plugins/font-awesome/css/font-awesome.css" rel="stylesheet" type="text/css" /> <link href="<?php echo e(asset('public/admin')); ?>/assets/plugins/jquery-metrojs/MetroJs.min.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" type="text/css" href="<?php echo e(asset('public/admin')); ?>/assets/plugins/shape-hover/css/demo.css" /> <link rel="stylesheet" type="text/css" href="<?php echo e(asset('public/admin')); ?>/assets/plugins/shape-hover/css/component.css" /> <link rel="stylesheet" type="text/css" href="<?php echo e(asset('public/admin')); ?>/assets/plugins/owl-carousel/owl.carousel.css" /> <link rel="stylesheet" type="text/css" href="<?php echo e(asset('public/admin')); ?>/assets/plugins/owl-carousel/owl.theme.css" /> <link href="<?php echo e(asset('public/admin')); ?>/assets/plugins/pace/pace-theme-flash.css" rel="stylesheet" type="text/css" media="screen" /> <link href="<?php echo e(asset('public/admin')); ?>/assets/plugins/jquery-slider/css/jquery.sidr.light.css" rel="stylesheet" type="text/css" media="screen" /> <link rel="stylesheet" href="<?php echo e(asset('public/admin')); ?>/assets/plugins/jquery-ricksaw-chart/css/rickshaw.css" type="text/css" media="screen"> <link rel="stylesheet" href="<?php echo e(asset('public/admin')); ?>/assets/plugins/Mapplic/mapplic/mapplic.css" type="text/css" media="screen"> <!-- END PLUGIN CSS --> <!-- BEGIN PLUGIN CSS --> <link href="<?php echo e(asset('public/admin')); ?>/assets/plugins/pace/pace-theme-flash.css" rel="stylesheet" type="text/css" media="screen" /> <link href="<?php echo e(asset('public/admin')); ?>/assets/plugins/bootstrapv3/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <link href="<?php echo e(asset('public/admin')); ?>/assets/plugins/bootstrapv3/css/bootstrap-theme.min.css" rel="stylesheet" type="text/css" /> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="<?php echo e(asset('public/admin')); ?>/assets/plugins/animate.min.css" rel="stylesheet" type="text/css" /> <link href="<?php echo e(asset('public/admin')); ?>/assets/plugins/jquery-scrollbar/jquery.scrollbar.css" rel="stylesheet" type="text/css" /> <!-- END PLUGIN CSS --> <link href="<?php echo e(asset('public/admin')); ?>/assets/plugins/bootstrap-select2/select2.css" rel="stylesheet" type="text/css" media="screen" /> <link href="<?php echo e(asset('public/admin')); ?>/assets/plugins/jquery-datatable/css/jquery.dataTables.css" rel="stylesheet" type="text/css" /> <link href="<?php echo e(asset('public/admin')); ?>/assets/plugins/datatables-responsive/css/datatables.responsive.css" rel="stylesheet" type="text/css" media="screen" /> <!-- END PLUGIN CSS --> <!-- BEGIN CORE CSS FRAMEWORK --> <link href="<?php echo e(asset('public/admin')); ?>/webarch/css/webarch.css" rel="stylesheet" type="text/css" /> <script src="https://cdn.ckeditor.com/4.17.1/standard/ckeditor.js"></script> <!-- END CORE CSS FRAMEWORK --> </head> <!-- END HEAD --> <!-- BEGIN BODY --> <body class=""> <!-- BEGIN HEADER --> <div class="header navbar navbar-inverse "> <!-- BEGIN TOP NAVIGATION BAR --> <div class="navbar-inner"> <div class="header-seperation"> <!-- BEGIN LOGO --> <a href="<?php echo e(url('deshbord')); ?>"> <img src="<?php echo e(asset('public')); ?>/fc-source-files/img/fc-logo.gif" class="logo" alt="" data-src="<?php echo e(asset('public')); ?>/fc-source-files/img/fc-logo.gif" data-src-retina="<?php echo e(asset('public')); ?>/fc-source-files/img/fc-logo.gif" width="106" height="21" /> </a> <!-- END LOGO --> </div> <!-- END RESPONSIVE MENU TOGGLER --> <div class="header-quick-nav"> <!-- BEGIN TOP NAVIGATION MENU --> <div class="pull-left"> <ul class="nav quick-section"> <li class="quicklinks"> <a href="#" class="" id="layout-condensed-toggle"> <i class="material-icons">menu</i> </a> </li> </ul> </div> <div id="notification-list" style="display:none"> <div style="width:300px"> <div class="notification-messages info"> <div class="user-profile"> <img src="<?php echo e(asset('public/admin')); ?>/assets/img/profiles/d.jpg" alt="" data-src="<?php echo e(asset('public/admin')); ?>/assets/img/profiles/d.jpg" data-src-retina="<?php echo e(asset('public/admin')); ?>/assets/img/profiles/d2x.jpg" width="35" height="35"> </div> <div class="clearfix"></div> </div> </div> </div> <!-- END TOP NAVIGATION MENU --> <!-- BEGIN CHAT TOGGLER --> <div class="pull-right"> <div class="chat-toggler sm"> <div class="profile-pic"> <img src="<?php echo e(asset('public/admin')); ?>/assets/img/profiles/avatar_small.jpg" alt="" data-src="<?php echo e(asset('public/admin')); ?>/assets/img/profiles/avatar_small.jpg" data-src-retina="<?php echo e(asset('public/admin')); ?>/assets/img/profiles/avatar_small.jpg" width="35" height="35" /> <div class="availability-bubble online"></div> </div> </div> <ul class="nav quick-section "> <li class="quicklinks"> <a data-toggle="dropdown" class="dropdown-toggle pull-right " href="#" id="user-options"> <i class="material-icons">tune</i> </a> <ul class="dropdown-menu pull-right" role="menu" aria-labelledby="user-options"> <li> <a href="<?php echo e(url('logout')); ?>"><i class="material-icons">power_settings_new</i> Log Out</a> </li> </ul> </li> <li class="quicklinks"> <span class="h-seperate"></span></li> </ul> </div> <!-- END CHAT TOGGLER --> </div> <!-- END TOP NAVIGATION MENU --> </div> <!-- END TOP NAVIGATION BAR --> </div> <!-- END HEADER --> <?php /**PATH /Applications/MAMP/htdocs/FlightCalls/resources/views/admin/header.blade.php ENDPATH**/ ?>
💾 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