@extends('layouts.frontend') @section('content')
@include('partials.frontend.profile.nav')
{{ trans('global.change_password') }}
@csrf
@if($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection