@extends('Dashboard::layouts.dashboard') @section('content')
{!! Breadcrumbs::render(request()->route()->getName(), $element) !!}
@csrf
Editar Perfil
@include('Dashboard::admin.profile.form')
@endsection