@extends('jdih.layouts.app') @section('title', $page->title . ' | ' . strip_tags($appName)) @section('content')

Telepon

{{ $phone }}

Alamat

{{ $fullAddress }}

Surel

{{ $email }}

Situs

{{ $appUrl }}
@if (isset($banners) AND $banners->count() > 0)
@foreach ($banners as $banner) @break($loop->iteration > 3)
@endforeach
@endif
@endsection