@extends('layouts.admin') @section('namaPage', 'Profile Website') @section('main-content') @if(session('success')) @endif {{-- Card Konten --}}
Konten Profil
@if($profile && $profile->content)
@else
@endif
@if($profile && $profile->content)
{!! $profile->content !!}
@else

Tidak ada konten profil. Silakan tambah konten baru.

@endif
{{-- Card Form --}} {{-- Modal Konfirmasi Edit --}} {{-- Modal Konfirmasi Simpan --}} {{-- Modal Konfirmasi Hapus --}} @if($profile && $profile->id) @endif {{-- TinyMCE & Script --}} @endsection