Moved to blade components
This commit is contained in:
		@@ -1,39 +0,0 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
 | 
			
		||||
 | 
			
		||||
<head>
 | 
			
		||||
    <meta charset="utf-8">
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
			
		||||
    <link rel="icon" type="image/png" href="/images/icon.png" />
 | 
			
		||||
    @yield('meta')
 | 
			
		||||
    <link href="{{ mix('/css/app.css') }}" rel="stylesheet">
 | 
			
		||||
    <link rel="stylesheet" href="/css/styles.css">
 | 
			
		||||
 | 
			
		||||
    <script src="{{ mix('/js/manifest.js') }}"></script>
 | 
			
		||||
    <script src="{{ mix('/js/vendor.js') }}" defer></script>
 | 
			
		||||
    <script src="{{ mix('/js/app.js') }}" defer></script>
 | 
			
		||||
    @yield('js')
 | 
			
		||||
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body>
 | 
			
		||||
    <div id="app">
 | 
			
		||||
 | 
			
		||||
        <div class="container mx-auto">
 | 
			
		||||
            @include('partials.header')
 | 
			
		||||
 | 
			
		||||
            <main class="mt-12">
 | 
			
		||||
 | 
			
		||||
                @yield('content')
 | 
			
		||||
            </main>
 | 
			
		||||
 | 
			
		||||
            @include('partials.footer')
 | 
			
		||||
        </div>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    @include('sweetalert::alert')
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user