@extends('expert.master') @section('title', 'Jurnal Umum - '.$settingsinfo->company_name.' - '.$settingsinfo->soft_name.'') @section('content') @include('expert.sidebar') @include('expert.topbar')
Konfigurasi Kepala Akun
@csrf @foreach($configs as $config)
@php $i=0; @endphp @foreach($config as $config)
@php $i++; @endphp @endforeach
@endforeach
@include('expert.copyright') @endsection @section('js') @if(session('configMsg')) @endif @endsection