@extends('LaravelVueAdmin.layouts.app') @if(isset($organization)) @php setlocale(LC_ALL, 'id_ID.UTF8', 'id_ID.UTF-8', 'id_ID.8859-1', 'id_ID', 'IND.UTF8', 'IND.UTF-8', 'IND.8859-1', 'IND', 'Indonesian.UTF8', 'Indonesian.UTF-8', 'Indonesian.8859-1', 'Indonesian', 'Indonesia', 'id', 'ID', 'en_US.UTF8', 'en_US.UTF-8', 'en_US.8859-1', 'en_US', 'American', 'ENG', 'English'); \Carbon\Carbon::setLocale('id'); @endphp @section('contentheader_title', $organization->title) @section('contentheader_description', 'Periode '.\Carbon\Carbon::parse($organization->updated_at)->formatLocalized('%e %B %Y')) @else @section('contentheader_title', "Struktur Organisasi") @endif @section("section", "Struktur Organisasi") @section('htmlheader_title', 'Struktur Organisasi') @section('nofile', true) @section("headerElems") @endsection @section('main-content')