@extends('main') @section('styles') @endsection @section('page-title') @endsection @section('content')
@if (isDesktop()) @endif
@if (session()->has('success'))
{{ session()->get('success') }}
@endif @if (session()->has('error'))
{{ session()->get('error') }}
@endif

{!! __('My account') !!} {{ __('Update Password') }}

{{ csrf_field() }}
@endsection @section('scripts') {!! Html::script(Theme::current()->assetPath.'/js/jquery.validate.js') !!} @endsection