121 lines
5.3 KiB
PHP
121 lines
5.3 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
|
|
|
<title>{{ config('app.name', 'Laravel') }}</title>
|
|
|
|
<link rel="shortcut icon" href="{{ asset('static/image/logo_polije.png') }}">
|
|
<!-- Fonts -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
|
|
rel="stylesheet">
|
|
|
|
<!-- Scripts -->
|
|
@vite(['resources/css/app.css', 'resources/js/app.js'])
|
|
{{-- jquery --}}
|
|
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4="
|
|
crossorigin="anonymous"></script>
|
|
</head>
|
|
|
|
<body class="font-primary antialiased bg-body">
|
|
{{-- <div class="min-h-screen bg-body dark:bg-gray-900"> --}}
|
|
|
|
{{--
|
|
|
|
<div class="flex">
|
|
|
|
|
|
<div class="flex-1">
|
|
<div class="antialiased bg-transparent bg-opacity-100">
|
|
<main class="px-6 py-10 md:ml-72 h-auto">
|
|
|
|
</main>
|
|
</div>
|
|
</div>
|
|
</div> --}}
|
|
{{-- </div> --}}
|
|
|
|
@include('layouts.navigation')
|
|
|
|
<!-- ========== MAIN CONTENT ========== -->
|
|
<div class="-mt-px">
|
|
<!-- Breadcrumb -->
|
|
<div
|
|
class="sticky top-0 inset-x-0 z-20 bg-white border-y px-4 sm:px-6 lg:px-8 lg:hidden dark:bg-neutral-800 dark:border-neutral-700">
|
|
<div class="flex items-center py-2">
|
|
<!-- Navigation Toggle -->
|
|
<button type="button"
|
|
class="size-8 flex justify-center items-center gap-x-2 border border-gray-200 text-gray-800 hover:text-gray-500 rounded-lg focus:outline-none focus:text-gray-500 disabled:opacity-50 disabled:pointer-events-none dark:border-neutral-700 dark:text-neutral-200 dark:hover:text-neutral-500 dark:focus:text-neutral-500"
|
|
aria-haspopup="dialog" aria-expanded="false" aria-controls="hs-application-sidebar"
|
|
aria-label="Toggle navigation" data-hs-overlay="#hs-application-sidebar">
|
|
<span class="sr-only">Toggle Navigation</span>
|
|
<svg class="shrink-0 size-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24"
|
|
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
|
|
stroke-linejoin="round">
|
|
<rect width="18" height="18" x="3" y="3" rx="2" />
|
|
<path d="M15 3v18" />
|
|
<path d="m8 9 3 3-3 3" />
|
|
</svg>
|
|
</button>
|
|
<!-- End Navigation Toggle -->
|
|
|
|
<!-- Breadcrumb -->
|
|
<ol class="ms-3 flex items-center">
|
|
<li class="flex items-center text-sm text-gray-800 dark:text-neutral-400">
|
|
<a href="{{ route('dashboard.index') }}" class="inline-flex items-center">
|
|
Home
|
|
<svg class="shrink-0 mx-3 overflow-visible size-2.5 text-gray-400 dark:text-neutral-500"
|
|
width="16" height="16" viewBox="0 0 16 16" fill="none"
|
|
xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M5 1L10.6869 7.16086C10.8637 7.35239 10.8637 7.64761 10.6869 7.83914L5 14"
|
|
stroke="currentColor" stroke-width="2" stroke-linecap="round" />
|
|
</svg>
|
|
</a>
|
|
</li>
|
|
@yield('mobile-breadcrumb')
|
|
</ol>
|
|
<!-- End Breadcrumb -->
|
|
</div>
|
|
</div>
|
|
<!-- End Breadcrumb -->
|
|
</div>
|
|
|
|
<!-- Sidebar -->
|
|
@include('layouts.sidebar')
|
|
<!-- End Sidebar -->
|
|
|
|
<!-- Content -->
|
|
<div class="w-full min-h-screen bg-body lg:ps-72">
|
|
<div class="p-4 sm:px-6 space-y-4 sm:space-y-6">
|
|
{{ $slot }}
|
|
</div>
|
|
</div>
|
|
<!-- End Content -->
|
|
<!-- ========== END MAIN CONTENT ========== -->
|
|
|
|
{{-- flowbite --}}
|
|
<script src="https://cdn.jsdelivr.net/npm/flowbite@2.5.2/dist/flowbite.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/simple-datatables@9.0.3"></script>
|
|
|
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
|
|
|
<script src="https://cdn.datatables.net/2.2.2/js/dataTables.min.js"></script>
|
|
|
|
{{-- <script src="https://cdn.datatables.net/buttons/2.4.2/js/dataTables.buttons.min.js"></script>
|
|
<script src="https://cdn.datatables.net/buttons/2.4.2/js/buttons.html5.min.js"></script>
|
|
<script src="https://cdn.datatables.net/buttons/2.4.2/js/buttons.print.min.js"></script>
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.10.1/jszip.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.7/pdfmake.min.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.2.7/vfs_fonts.js"></script> --}}
|
|
|
|
</body>
|
|
|
|
</html>
|