Edit File: ac130301b72695ad9cea8d986ec343308e3e4ac1.php
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content="Albadr Smart System"> <link rel="icon" type="image/png" href="<?php echo e(asset('img/favicon-fax.ico')); ?>"> <title><?php echo e(env('APP_NAME')); ?></title> <!-- Bootstrap Core CSS --> <link href="<?php echo e(asset('css/bootstrap.min.css')); ?>" rel="stylesheet" /> <link href="<?php echo e(asset('css/bootstrap-rtl.min.css')); ?>" rel="stylesheet" /> <!-- Custom CSS --> <link href="<?php echo e(asset('css/style.css')); ?>" rel="stylesheet"> <!-- Custom Fonts --> <link href="<?php echo e(asset('css/font-awesome.min.css')); ?>" rel="stylesheet" type="text/css"> <?php echo $__env->yieldPushContent('style'); ?> </head> <body> <?php /**PATH /home/thunderw/public_html/resources/views/admin/excel_layouts/header-for-excel.blade.php ENDPATH**/ ?>
Back to File Manager