@extends('layouts.headpelanggan') @section('title', 'Edit Profile') @section('content')
Informasi Akun
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@if($user->foto) Preview

@else

@endif
@endsection