22 lines
639 B
PHP
Executable File
22 lines
639 B
PHP
Executable File
<!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>
|