Move $app_name into View composer
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta name="format-detection" content="address=no;=no;telephone=no" />
|
||||
<title>{{ Setting::get('app_name') }}</title>
|
||||
<title>{{ $app_name }}</title>
|
||||
@include('partials.email-css')
|
||||
</head>
|
||||
<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
|
||||
@@ -32,7 +32,7 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="footer">{{ Setting::get('app_name') }}</td>
|
||||
<td class="footer">{{ $app_name }}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user