@extends('adminlte::page') @section('title', 'Perfil del usuario') @section('content_header')

Cuenta

@stop @section('content')

Cuenta

{{ csrf_field() }}
@if(!empty($account->id))
@endif @if(!empty($account->id)) @endif
@stop @section('css') {{-- --}} @stop @section('js') @stop