Skip to content

Commit

Permalink
fix fancybox
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadmurad committed Aug 10, 2022
1 parent e1aee43 commit 4090df0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@
<!-- Styles -->
{{-- <link rel="stylesheet" href="{{ asset('assets/fontawesome/css/all.min.css') }}">--}}
{{-- <link rel="stylesheet" href="{{ asset('assets/css/nucleo-svg.css') }}">--}}
{{-- <link rel="stylesheet" href="{{ asset('assets/css/fancybox.css') }}">--}}
<link rel="stylesheet" href="{{ asset('assets/css/fancybox.css') }}">
{{-- <link rel="stylesheet" href="{{ asset('assets/css/bootstrap.min.css') }}">--}}
<link rel="stylesheet" href="{{ asset('assets/css/daterangepicker.css') }}">
<link rel="stylesheet" href="{{ asset('assets/css/argon-dashboard.css') }}">

<link rel="stylesheet" href="{{ asset('assets/css/toastr.css') }}">
<link rel="stylesheet" href="{{ asset('assets/css/custom.css') }}">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css" integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g==" crossorigin="anonymous" referrerpolicy="no-referrer" />
@livewireStyles
@if(auth()->check())
Expand Down
2 changes: 2 additions & 0 deletions resources/views/layouts/front.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

<link rel="stylesheet" href="{{ mix('css/frontall.css') }}">



@livewireStyles
</head>
<body>
Expand Down

0 comments on commit 4090df0

Please sign in to comment.