@extends('customer.layout') @section('content')
@csrf

{{__('Change Password')}}

@if($errors->any())
{{$errors->first()}}
@endif @if (\Session::has('success'))
{!! \Session::get('success') !!}
@endif
@endsection @section('script') @endsection