PHP Classes

File: resources/views/partials/head.blade.php

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Store My Notes Laravel 5   resources/views/partials/head.blade.php   Download  
File: resources/views/partials/head.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Store My Notes Laravel 5
Store and share user notes
Author: By
Last change:
Date: Yesterday
Size: 460 bytes
 

Contents

Class file image Download
<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')