@extends('layouts.frontend') @section('content')
@if ($message = Session::get('success'))
{{ $message }}
@endif @if ($message = Session::get('error'))
{{ $message }}
@endif
@csrf
@if ($errors->has('current_password')) @endif
@if ($errors->has('new_password')) @endif
@if ($errors->has('new_confirm_password')) @endif
@endsection