@extends('layout') @section('content') {{-- begin:: Content --}}
{{-- Mensaje Exitoso --}} @if (session()->has('flash'))
{{ session('flash') }}
@endif {{--begin::Portlet--}}
@csrf

Rol: Super Admin

{{--end::Portlet--}}
{{-- end:: Content --}} @endsection