@extends('layouts.app') @section('content')

Profil

Kemaskini maklumat koperasi dan akaun pengguna anda di sini.

@include('profile.partials.update-profile-information-form')

Maklumat Koperasi

@csrf @method('PATCH')

Maklumat Am

Maklumat Pengurusan

Keahlian & Modal

{{-- ===================== LOGO KOPERASI ===================== --}}

🏷️ Logo Koperasi

{{-- Logo Preview --}}
{{-- Upload Form --}}
@csrf
{{-- ===================== SIJIL LAHIR ===================== --}}

📄 Sijil Lahir Koperasi (PDF)

{{-- Existing PDF --}}
@if($koop->sijil_lahir) Lihat Sijil Sedia Ada @else Belum dimuat naik @endif
{{-- Upload Form --}}
@csrf
{{-- ===================== UUK ===================== --}}

📘 Undang-Undang Kecil (UUK)

{{-- Existing PDF --}}
@if($koop->uuk) Lihat UUK Sedia Ada @else Belum dimuat naik @endif
{{-- Upload Form --}}
@csrf
@include('profile.partials.update-password-form')
@include('profile.partials.delete-user-form')
@if (session('status'))
@switch(session('status')) @case('profile-updated') Maklumat akaun berjaya dikemaskini! @break @case('koop-updated') Maklumat koperasi berjaya dikemaskini! @break @case('logo-updated') Logo koperasi berjaya dikemaskini! @break @case('sijil-lahir-updated') Sijil lahir koperasi berjaya dimuat naik! @break @endswitch
@endif
@endsection