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

Cleaning

parent c0c50cef
@extends('core::layouts.master')
@section('content-header')
<h1>
New Role
</h1>
<ol class="breadcrumb">
<li><a href="{{ URL::route('dashboard.index') }}"><i class="fa fa-dashboard"></i> Home</a></li>
<li class=""><a href="{{ URL::route('dashboard.role.index') }}">Roles</a></li>
<li class="active">New</li>
</ol>
@stop
<h1>New Role</h1>
<ol class="breadcrumb">
<li><a href="{{ URL::route('dashboard.index') }}"><i class="fa fa-dashboard"></i> Home</a></li>
<li class=""><a href="{{ URL::route('dashboard.role.index') }}">Roles</a></li>
<li class="active">New</li>
</ol>
@stop
@section('styles')
<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