@include('layout.header')
@if (Auth::User()->picture != null) Profile Picture @else cart @endif
{{ Auth::User()->name }} ({{ $position }})

{{ Auth::User()->motto }}

{{--
--}}
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
{{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}

JBA News

Lihat Lainnya
@foreach ($hotnews as $item)
{{ $item->title }}

{{ $item->title }}

{{ date('M d, Y', strtotime($item->created_at)) }}
@endforeach

Kalender JBA

    @foreach ($users as $user_item)
  • @if ($user_item->picture != null) Profile Picture @else Profile Picture @endif
    {{ $user_item->name }}
    @if ($user_item->last_login_at != null && explode(' ', $user_item->last_login_at)[0] == date('Y-m-d'))
    @else
    @endif
  • @endforeach

Video Terbaru

Lihat Lainnya
@foreach ($video as $item)
{{ $item->title }}

{{ $item->title }}

{{ $item->title }}
{{-- Vide Modal --}} @endforeach

Order Souvenir

Lihat Lainnya

Pesan Ruang Meeting

@if (\Session::has('success'))
  • {!! \Session::get('success') !!}
@endif @if ($errors->any())
  • {{ $errors->first() }}
@endif
Klik Tanggal Pada Kalender Untuk Memesan

Cari Lokasi

@include('layout.footer')