PATH:
home
/
lab2454c
/
omvstudio.com
/
resources
/
views
/
front
/
layouts
/
partials
<head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <meta name="description" content="{{ isset($page_banners->meta_description) ? $page_banners->meta_description : env('APP_NAME') }}" /> <meta name="keywords" content="{{ isset($page_banners->meta_keyword) ? $page_banners->meta_keyword : env('APP_NAME') }}"> <meta name="author" content="{{ env('APP_NAME') }}" /> <title>{{ env('APP_NAME')}} | {{ $page_banners->page_name ?? ''}}</title> <link rel="icon" type="image/x-icon" href="assets/favicon.ico" /> <link rel="stylesheet" href="{{ asset('front_assets/css/baguetteBox.min.css') }}"> <link rel="stylesheet" href="{{ asset('front_assets/css/owl.carousel.min.css') }}"> <link rel="stylesheet" href="{{ asset('front_assets/css/owl.theme.default.min.css') }}"> <link rel="stylesheet" href="{{ asset('front_assets/css/styles.css') }}" /> <link rel="stylesheet" href="{{ asset('front_assets/css/custom-style.css') }}"/> <link rel="stylesheet" href="{{ asset('front_assets/css/responsive.css') }}"/> <link rel="stylesheet" href="{{ asset('front_assets/css/toastr.min.css') }}"/> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> @stack('frontend-styles') </head>
[-] header.blade.php
[edit]
[+]
..
[-] footer.blade.php
[edit]
[-] navbar.blade.php
[edit]
[-] page-head.blade.php
[edit]