Primer commit proyecto Laravel
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
@extends('layouts.landing')
|
||||
|
||||
@section('title', 'Mi perfil')
|
||||
|
||||
@section('content')
|
||||
|
||||
<div class="container-fluid">
|
||||
<div class="card shadow mb-4">
|
||||
<div class="card-header py-3">
|
||||
<h6 class="m-0 font-weight-bold text-primary">Mi perfil</h6>
|
||||
</div>
|
||||
|
||||
<div class="card-body">
|
||||
|
||||
@livewire('profile.update-profile-information-form')
|
||||
|
||||
<hr>
|
||||
|
||||
@livewire('profile.update-password-form')
|
||||
|
||||
<hr>
|
||||
|
||||
@livewire('profile.logout-other-browser-sessions-form')
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@endsection
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user