/home/yonderlt/public_html/
ErrorException
Undefined variable: site_name (View: /home/yonderlt/public_html/resources/views/frontend/layout/app3.blade.php)

$site_name is undefined

Make the variable optional in the blade template. Replace {{ $site_name }} with {{ $site_name ?? '' }}

Loading...

    • 47
      resources/views/frontend/layout/app3.blade.php
      Illuminate\Foundation\Bootstrap\HandleExceptions
      :16
    • 46
      :16
    • 37
      resources/views/errors/404.blade.php
      :36
    • 2
      public/index.php
      :52
    • 1
      :21
Illuminate\Foundation\Bootstrap\HandleExceptions::handleError
resources/views/frontend/layout/app3.blade.php:16

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

<!DOCTYPE html>

<html lang="en">

<head>

<!-- Required Meta Tags -->

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta http-equiv="X-UA-Compatible" content="ie=edge">

 

<!-- Page Title -->

<title>{{$page_title ?? ''}} || {{$site_name ?? ''}}</title>

 

<meta name=theme-color content="#6a1b9a">

<meta name=msapplication-navbutton-color content="#6a1b9a">

<meta name=apple-mobile-web-app-status-bar-style content="#6a1b9a">

 

<meta name="keywords" content="{{$site_name}} {{$site_url}}, stellar, finance, {{$site_name}}, Real Estate Investment, Stocks Investment, Oil and Gas Investment, Fiancial Planning">

<meta name="description" content="{{$site_name}} Experience the difference of working with a trusted partner who is committed to your financial success. Welcome to {{$site_name}}, Invest in Real Estate, Oil and Gas, Forex, Cryptocurrency.">

<meta name="author" content="{{$site_name}}">

<meta name="email" content="{{$site_email}}">

<meta name="website" content="https://{{$site_url}}">

 

 

<meta property="og:image" content="{{asset('/assets/images/favicon.ico')}}" />

<meta property="og:title" content=" {{$site_name}} - Empowering Your Financial Future through Diverse Investment Ventures" />

<meta property="og:description" content="Experience the difference of working with a trusted partner who is committed to your financial success. Welcome to {{$site_name}}, Invest in Real Estate, Oil and Gas, Forex, Cryptocurrency." />

 

 

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

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

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