@extends('layouts.internal') @section('content')
{{-- Notifikasi Sukses/Error --}} @if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif

Profil Perusahaan

@csrf
{{-- Sisi Kiri: Input Teks (Col 7) --}}
{{-- Bagian Keunggulan 4 Slot --}}
@php $currentK = isset($profil->keunggulan) ? explode('|', $profil->keunggulan) : []; @endphp @for ($i = 0; $i < 4; $i++) @php $item = isset($currentK[$i]) ? explode(':', $currentK[$i], 2) : ['', '']; @endphp
{{-- Input Judul --}} {{-- Input Deskripsi (Sudah Diperbaiki agar Isinya Muncul) --}}
@endfor
{{-- Sisi Kanan: Upload & Preview Gambar --}}
Ganti Gambar

*Rekomendasi ukuran: 800x600px

{{-- Footer Form --}}
Akses Terbatas Editor Berhak: User ID 1 & 2
@endsection