@lang('Role Details')
@lang('A general role information.')
{!! Form::checkbox('showfront', 1, $role->showfront, ['class' => 'switch', 'id' => 'switch-showfront']) !!}
@extends('layouts.master') @section('page-title', __('Roles')) @section('page-heading', $edit ? $role->name : __('Create New Role')) @section('breadcrumbs')
@lang('A general role information.')