@extends('home.home-template') @section('css') @endsection @section('content')

{{$user->nama}}

Profil Saya Password Update
@csrf @method('put')
@if ($errors->has('passwordlama')) @endif
@if ($errors->has('passwordbaru')) @endif
@if ($errors->has('cpasswordbaru')) @endif
@endsection @section('script') @endsection