Skip to content

Commit

Permalink
Update app.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
OhmygoodR authored Nov 3, 2023
1 parent 2f88985 commit 2991798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="csrf-token" content="{{ csrf_token() }}">

{{-- Task: edit one file to pass $metaTitle as "Blade Test" to all views --}}
<title>{{ $metaTitle ?? 'Laravel' }}</title>
<title>{{ $metaTitle ?? 'Blade Test' }}</title>

<!-- Fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap">
Expand Down

0 comments on commit 2991798

Please sign in to comment.