| 
<title>@yield('title', 'Store My Notes | A Free place to store all of your notes, codes in public or private.')
 </title>
 <link rel="icon" href="{{ URL::to('images/logo.png') }}">
 <link rel="stylesheet" type="text/css" href="{{ URL::to('css/bootstrap.min.css') }}" />
 <link rel="stylesheet" type="text/css" href="{{ URL::to('css/font-awesome.min.css') }}" />
 <link rel="stylesheet" type="text/css" href="{{ URL::to('css/main.css') }}" />
 @yield('stylesheets')
 |