@extends('layouts.master')
@section('title', 'Roles')
@section('links')
@endsection
@section('content')
Roles's
{!! Form::open(['route' => 'roles.store','role' => 'form', 'class'=>'role-form','id' => 'role-form','data-table-alter' => 'role-table']) !!}
@include('roles._form',['style'=>'float: right;margin:-16px;'])
{!! Form::close() !!}
@endsection
@section('scripts')
@endsection