@extends('template_backend.home') @section('heading', 'Ubah Password') @section('page') @endsection @section('content')

Ubah Password {{ Auth::user()->name }}

@csrf
@endsection @section('script') @endsection