Sindbad~EG File Manager
<!doctype html>
<html>
<head>
<title>{{ $settings->get('branding.site_name') }}</title>
<base href="{{ $htmlBaseUri }}">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="{{$settings->get('branding.favicon')}}">
@yield('progressive-app-tags')
@yield('angular-styles')
@if ($settings->has('custom_code.load_css'))
<link rel="stylesheet" href="{{asset('storage/custom-code/custom-styles.css')}}">
@endif
{{--custom theme begin--}}
@if ($settings->get('branding.use_custom_theme'))
<link rel="stylesheet" href="{{asset('storage/appearance/theme.css')}}">
@endif
{{--custom theme end--}}
</head>
<body id="theme">
<app-root>
@yield('before-loaded-content')
</app-root>
<script>
window.bootstrapData = "{!! $bootstrapData !!}";
</script>
@yield('angular-scripts')
@if ($settings->has('custom_code.load_js'))
<script src="{{asset('storage/custom-code/custom-scripts.js')}}"></script>
@endif
@if ($code = $settings->get('analytics.tracking_code'))
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', '{{ $settings->get('analytics.tracking_code') }}', 'auto');
ga('send', 'pageview');
</script>
@endif
<noscript>You need to have javascript enabled in order to use <strong>{{config('app.name')}}</strong>.</noscript>
</body>
</html>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists