<title> 
    @yield('title', 'Store My Notes | A Free place to store all of your notes, codes in public or private.') 
</title> 
<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/parsley.css') }}" /> 
<link rel="stylesheet" type="text/css" href="{{ URL::to('css/admin-main.css') }}" /> 
@yield('stylesheets')
 
 |