@extends('template')
@section('breadcrumb')
Inicio
Roles
Crear Rol
@endsection
@section('content')
CREAR ROL
@include('partials.confirm-dialog',['mensaje'=>'¿Desea crear este rol?','formId'=>'roleCreateForm'])
@endsection
@push('styles')
@include('datatable.styles')
@endpush
@push('scripts')
@include('datatable.scripts')
@endpush