Skip to content

Instantly share code, notes, and snippets.

View ibrahimoglakci's full-sized avatar
🎯
Focusing

İbrahim Halil Oğlakcı ibrahimoglakci

🎯
Focusing
View GitHub Profile
@ibrahimoglakci
ibrahimoglakci / app.blade.php
Created October 3, 2025 06:06
My code structure
<!doctype html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" data-layout="vertical" data-topbar="light"
data-sidebar="light"
data-sidebar-size="lg" data-sidebar-image="none" data-preloader="disable" data-theme="default"
data-theme-colors="default">
<head>
@include('panel.layouts.head.meta.index')
@include('panel.layouts.head.css.index')