development refactoring

This commit is contained in:
Burak Civan
2022-12-07 17:20:25 +03:00
parent 7d88423e24
commit 5599b41fd3
10 changed files with 108 additions and 81 deletions

View File

@ -4,8 +4,6 @@
<head>
@stack('head_start')
<link rel="stylesheet" href="{{ asset('public/css/custom_loading.css?v=' . version('short')) }}" type="text/css">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@ -17,6 +15,8 @@
<base href="{{ config('app.url') . '/' }}">
<x-layouts.pwa.head />
<link rel="stylesheet" href="{{ asset('public/css/custom_loading.css?v=' . version('short')) }}" type="text/css">
<!-- Favicon -->
<link rel="icon" href="{{ asset('public/img/favicon.ico') }}" type="image/png">