@extends('layouts.master') @section('content')
{{ HTML::image($user->avatar->url('medium')) }}
@if($errors->count() > 0)
@foreach($errors->all() as $error)
{{$error}}
@endforeach
@endif
{{{$user->full_name}}}
Cambiar mi contraseƱa
@endsection @section('modals') @include('auth.profile.change_password_modal') @endsection