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($setting->meta_description) ? $setting->meta_description : env('APP_NAME') }}" /> <meta name="keywords" content="{{ isset($setting->meta_keyword) ? $setting->meta_keyword : env('APP_NAME') }}"> <meta name="author" content="{{ env('APP_NAME') }}" /> <title>{{ isset($setting->site_name) ? $setting->site_name : env('APP_NAME') }} | @yield('title')</title> <link rel="icon" type="image/x-icon" href="{{ !empty($setting->favicon) ? asset('storage/site_settings/'.$setting->favicon) : '' }}" /> {{-- <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 href="//cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.14.0-beta2/css/bootstrap-select.min.css" rel="stylesheet" /> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> @stack('frontend-styles') </head> @php // echo '<pre>'; // print_r(currentTime()); // echo '<br>'; //print_r(date('Y-m-d h:i:s A',strtotime(auth()->user()->payments->sortByDesc('created_at')->first()->updated_at))); @endphp
[-] header.blade.php
[edit]
[+]
..
[-] footer.blade.php
[edit]
[-] navbar.blade.php
[edit]
[-] page-head.blade.php
[edit]