Skip to content
Snippets Groups Projects
Commit 636f098d authored by CEYLAN EREN's avatar CEYLAN EREN
Browse files

Updated app with footer and navbar

parent f4786c9e
Branches layout
1 merge request!6Layout
......@@ -3,10 +3,11 @@
<head>
<meta charset="utf-8">
<title>@yield('title')</title>
<link rel="stylesheet" type="text/css" >
<link rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
</head>
@include('shared.nav-bar')
@yield('content')
@include('shared.footer')
</html>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment