PHP Classes

File: resources/views/admin/partials/admin_head.blade.php

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Store My Notes Laravel 5   resources/views/admin/partials/admin_head.blade.php   Download  
File: resources/views/admin/partials/admin_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: 6 hours ago
Size: 490 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="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')