@extends('template.template') @section('title','Home') @section('main') @foreach($tentang as $ttg)

Home




Favicon



Foto Home


Judul Website : {{$ttg->judul_website}}
Logo Untuk Nama : {{$ttg->logo_nama}}
Nama : {{$ttg->nama}}
Profesi : {{$ttg->profesi}}
Telepon : {{$ttg->telepon}}
Profesi : {{$ttg->profesi}}
Email : {{$ttg->email}}
Alamat : {{$ttg->alamat}}
@endforeach @endsection