@extends('master') @section('style') @endsection @section('content') @include('pages.partials.panel', ['title' => 'Mi perfil', 'subTitle' => 'Home / Mi perfil'])

Datos generales

{{ csrf_field() }}

Cambiar Contraseña

@endsection @section('footer') @include('partials.footer') @endsection @section('scripts') @if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif @endsection