sifatbaho

This commit is contained in:
2026-04-05 05:31:24 +05:00
commit df3d57f503
2609 changed files with 369825 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<!doctype html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" data-topbar="light" data-sidebar-image="none">
<head>
<meta charset="utf-8"/>
<title>@yield('title') | Sifat Baxolash </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="Sifat Baxolash" name="description"/>
<meta content="Xayrullayev Bexzod" name="author"/>
<!-- App favicon -->
<link rel="shortcut icon" href="{{ URL::asset('assets/images/favicon.ico')}}">
@include('layouts.head-css')
</head>
@yield('body')
@yield('content')
@include('layouts.vendor-scripts')
</body>
</html>