@extends('layout/admin') @section('tittle', 'Profil') @section('container')
@if ($profil)

{{$profil->judul}}

@if ($profil->foto)
@endif
{!!html_entity_decode($profil->content)!!}
@if ($profil->file) @endif
Edit Data
@else

Data Belum Ditambahkan

@endif
@endsection