@extends('frontend.template.index') @push('between-css') @endpush @push('after-script') @endpush @section('content')
Selamat Datang di Website

{{ $office->name }}

Kabupaten Murung Raya

{!! $office->welcome_text !!}

{{ $office->leader_name }}
{{ $office->leader_position }}
{{--
@php $gallery1 = @$office->galleries()->where('is_active', 1)->orderBy('id', 'DESC')->first(); $gallery2 = @$office ->galleries() ->where('is_active', 1) ->where('id', '!=', $gallery1->id) ->orderBy('id', 'DESC') ->first(); $gallery3 = @$office ->galleries() ->where('is_active', 1) ->where('id', '!=', $gallery1->id) ->where('id', '!=', $gallery2->id) ->orderBy('id', 'DESC') ->first(); $gallery4 = @$office ->galleries() ->where('is_active', 1) ->where('id', '!=', $gallery1->id) ->where('id', '!=', $gallery2->id) ->where('id', '!=', $gallery3->id) ->orderBy('id', 'DESC') ->first(); @endphp
--}}
@if (count($office->officeServices) >= 1)






Layanan Kami



@foreach ($office->officeServices as $service) @endforeach
@endif




BERITA

Lihat Selengkapnya
@php $posts = @$office ->posts() ->orderBy('id', 'DESC') ->whereHas('postCategories', function ($query) { return $query->where('name', '!=', 'Pengumuman'); }) ->limit(4) ->get(); @endphp @foreach (@$posts as $post) @endforeach


PENGUMUMAN

Lihat Selengkapnya
Announcement
@php $pengumumans = @$office ->posts() ->orderBy('id', 'DESC') ->whereHas('postCategories', function ($query) { return $query->where('name', 'Pengumuman'); }) ->limit(3) ->get(); @endphp









Kritik dan Saran

Sampaikan kritik dan saran anda untuk kami
@csrf
@endsection