@extends('layouts.app') @section('title') Raja Gadai @endsection @section('css') @endsection @section('template_title') Edit Profile @endsection @section('content') Edit Data Profile @csrf @foreach ($data as $row) Username* Nama* Email* Password Lama* Password Baru* Konfirmasi Password Baru* @endforeach @endsection @push('js_in') @endpush