@extends('layouts.main') @section('title', 'Kelola Profil & Kontak - Rei Cosrent') @section('styles') @endsection @section('content') Kelola Profil & Kontak Update informasi pengurus dan kontak Kembali @if(session('success')) {{ session('success') }} @endif @if(session('error')) {{ session('error') }} @endif @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Preview Profil Unggah Foto Profil Hapus Foto Profil Foto akan dihapus setelah Anda klik Simpan Perubahan. {{ $profile->name ?? 'Belum diisi' }} {{ $profile->title ?? 'Jabatan belum diisi' }} Alamat:{{ $profile->address ?? 'Belum diisi' }} Telepon:{{ $profile->phone ?? 'Belum diisi' }} Email:{{ $profile->email ?? 'Belum diisi' }} Edit Informasi @csrf @error('photo') {{ $message }} @enderror Data Pengurus Utama Nama Lengkap @error('name') {{ $message }} @enderror Jabatan @error('title') {{ $message }} @enderror Tentang Saya {{ old('vision', $profile->vision ?? '') }} @error('vision') {{ $message }} @enderror Informasi Kontak Alamat {{ old('address', $profile->address ?? '') }} @error('address') {{ $message }} @enderror Telepon @error('phone') {{ $message }} @enderror Email @error('email') {{ $message }} @enderror Informasi Pembayaran Nomor E-Wallet @error('nomor_ewallet') {{ $message }} @enderror Nomor Rekening / Bank @error('nomor_bank') {{ $message }} @enderror QRIS @if($profile && $profile->qris) @else Belum ada QRIS diunggah. @endif Simpan Perubahan @endsection @section('scripts') @endsection
Update informasi pengurus dan kontak
{{ $profile->title ?? 'Jabatan belum diisi' }}
Alamat:{{ $profile->address ?? 'Belum diisi' }}
Telepon:{{ $profile->phone ?? 'Belum diisi' }}
Email:{{ $profile->email ?? 'Belum diisi' }}