@extends('layouts.admin') @section('title') Profile Pengguna @endsection @section('container') Pengaturan - Informasi Akun Profil Ubah Password @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Profile Picture @if ($user->picture != NULL) @else @endif JPG atau PNG tidak lebih besar dari 1 MB @csrf Unggah @if ($user->picture != NULL) Hapus @endif Informasi Akun {{-- Alert --}} @if (session()->has('success')) {{ session('success') }} @endif @csrf @method('PUT') Nama Email Perbarui Profil @endsection @push('addon-script') @endpush