@extends('template') @section('breadcrumb') @endsection @section('content')

CREAR ROL

@csrf
@include('roles.form')
@include('partials.confirm-dialog',['mensaje'=>'¿Desea crear este rol?','formId'=>'roleCreateForm']) @endsection @push('styles') @include('datatable.styles') @endpush @push('scripts') @include('datatable.scripts') @endpush