@extends('layouts.app') @section('title', 'Pengaturan Akun') @section('breadcrumb') @endsection @section('title-section', 'Pengaturan Akun') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@else @if (session('success'))
  • {{ session('success') }}
@endif @endif
  • Foto TTD Berformat JPEG / JPG / PNG
  • Maksimal berukuran 5MB
@csrf @method('PUT')

Foto TTD Saat Ini

@endsection