@extends('layouts.admin') @section('title') Profile Pengguna @endsection @section('container')

@if ($errors->any()) @endif
Profile Picture
@if ($user->picture != NULL) @else @endif
JPG atau PNG tidak lebih besar dari 1 MB
@csrf @if ($user->picture != NULL)   Hapus @endif
Informasi Akun
{{-- Alert --}} @if (session()->has('success')) @endif
@csrf @method('PUT')
@endsection @push('addon-script') @endpush