@extends('layouts.admin') @section('page-title', 'Detail Konten Profil') @section('page-subtitle', 'Informasi lengkap konten profil') @section('content')

Detail Konten Profil

{{ $profile->title }}

@if($profile->is_active) Active @else Inactive @endif {{ $sections[$profile->section] ?? $profile->section }}
Edit
@csrf @method('DELETE')
Kembali
@if($profile->image)
{{ $profile->title }}
@endif

{{ $profile->title }}

Bagian: {{ $sections[$profile->section] ?? $profile->section }}
Urutan: {{ $profile->order }}
Terakhir Update: {{ $profile->updated_at->format('d M Y, H:i') }}
{!! $profile->content !!}
@endsection