@extends('backend.layouts.app') @section('title') Roles @endsection @section('toolbar')
@if(Auth::user()->can('add role')) New Role @endif
@endsection @section('content')
# Name Actions
@endsection @section('scripts_lib') @endsection