@extends('temp.admin')
@php
use NN\Module\DB;
use NN\Module\Perusahaan as perush;
$demo = perush::datalogin()['data'][0]->demo;
$set = [
"title" => "Setting"
, "subtitle" => "Pembagian SHU"
, "thead" => [
"#","kode","Nama","Persentase Induk","App"
]
];
@endphp
@section("content")
@include("temp.temp1", $set)
@endsection
@section('script')
@include('temp.crudpinjaman')
@endsection
@section('css')
@endsection