Commit 7d5e5d40 authored by Nicolas Widart's avatar Nicolas Widart

Cleaning

parent c0c50cef
@extends('core::layouts.master') @extends('core::layouts.master')
@section('content-header') @section('content-header')
<h1> <h1>New Role</h1>
New Role <ol class="breadcrumb">
</h1> <li><a href="{{ URL::route('dashboard.index') }}"><i class="fa fa-dashboard"></i> Home</a></li>
<ol class="breadcrumb"> <li class=""><a href="{{ URL::route('dashboard.role.index') }}">Roles</a></li>
<li><a href="{{ URL::route('dashboard.index') }}"><i class="fa fa-dashboard"></i> Home</a></li> <li class="active">New</li>
<li class=""><a href="{{ URL::route('dashboard.role.index') }}">Roles</a></li> </ol>
<li class="active">New</li> @stop
</ol>
@stop
@section('styles') @section('styles')
<link href="{{{ core_asset('css/vendor/iCheck/flat/blue.css') }}}" rel="stylesheet" type="text/css" /> <link href="{{{ core_asset('css/vendor/iCheck/flat/blue.css') }}}" rel="stylesheet" type="text/css" />
......
Markdown is supported
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