File: /home/imensosw/www/imenso.co/demo/arabeasy-dev/resources/views/admin.blade.php
<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<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">
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>{{ config('app.name', 'ArabEasy') }}</title>
<!-- Scripts -->
<script src="{{ asset('public/admin/js/app.js') }}" defer></script>
<script type="text/javascript">
var url_path="<?php echo url(''); ?>/";
var socketPosrt="http://localhost:8000";
var send_by='';
var send_name='';
var product_id='';
var nameList="";
var crf_token='<?php echo csrf_token(); ?>';
</script>
<!--<script src="{{ asset('node_modules/socket.io-client/socket.io.js') }}"></script>
<script src="{{ asset('resources/js/nodeClient.js') }}" defer> </script> -->
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,600" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
<!-- Styles -->
<link href="{{ asset('public/css/bootstrap.min.css') }}" rel="stylesheet">
<link href="{{ asset('public/admin/css/app.css') }}" rel="stylesheet">
</head>
<body>
<div id="app">
<index></index>
</div>
</body>
</html>