23 lines
1.1 KiB
PHP
23 lines
1.1 KiB
PHP
|
|
<link rel="shortcut icon" type="image/x-icon" href="{{ asset(get_option('general')['favicon'] ?? 'assets/images/logo/favicon.png')}}">
|
|
<!-- Bootstrap -->
|
|
<link rel="stylesheet" href="{{ asset('assets/css/bootstrap.min.css') }}">
|
|
<!-- Fontawesome -->
|
|
<link rel="stylesheet" href="{{ asset('assets/fonts/fontawesome/css/fontawesome-all.min.css') }}">
|
|
{{-- jquery-confirm --}}
|
|
<link rel="stylesheet" href="{{ asset('assets/plugins/jquery-confirm/jquery-confirm.min.css') }}">
|
|
<link rel="stylesheet" href="{{ asset('assets/css/summernote-lite.css') }}">
|
|
<!-- Lily -->
|
|
<link rel="stylesheet" href="{{ asset('assets/css/lity.css') }}">
|
|
<!-- Style -->
|
|
<link rel="stylesheet" href="{{ asset('assets/css/style.css') }}?v={{ time() }}">
|
|
<link rel="stylesheet" href="{{ asset('assets/css/custom.css') }}?v={{ time() }}">
|
|
<!-- Toaster -->
|
|
<link rel="stylesheet" href="{{ asset('assets/css/toastr.min.css') }}">
|
|
@stack('css')
|
|
|
|
@if (app()->getLocale() == 'ar')
|
|
<link rel="stylesheet" href="{{ asset('assets/css/arabic.css') }}?v={{ time() }}">
|
|
<link rel="stylesheet" href="{{ asset('assets/css/bootstrap.rtl.min.css') }}">
|
|
@endif
|