@extends('layouts.app')
@section('breadcrumbs')
{!!Breadcrumbs::render('home.super.usuarios.user.create',$active_role)!!}
@endsection
@section('content')
@include('partials.errors')
@include('super.users.partials.form')
@endsection
@section('script')
@endsection