partial blade styling..

This commit is contained in:
Cüneyt Şentürk
2021-01-19 15:56:22 +03:00
parent aa6fa518ac
commit 4c0237980c
16 changed files with 61 additions and 24 deletions

View File

@@ -13,6 +13,10 @@
@yield('content')
@stack('content_content_end')
<notifications></notifications>
<form id="form-dynamic-component" method="POST" action="#"></form>
<component v-bind:is="component"></component>
@stack('content_end')

View File

@@ -3,8 +3,8 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Tell the browser to be responsive to screen width -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8; charset=ISO-8859-1"/>
<title>@yield('title') - @setting('company.name')</title>
@@ -30,6 +30,8 @@
@stack('stylesheet')
@livewireStyles
<script type="text/javascript"><!--
var url = '{{ url("/") }}';
var app_url = '{{ config("app.url") }}';

View File

@@ -11,4 +11,6 @@
@stack('body_js')
@stack('body_scripts')
@livewireScripts
@stack('scripts_end')