You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
875 B
PHTML
32 lines
875 B
PHTML
@extends('temp.admin')
|
|
@php
|
|
use NN\Module\View;
|
|
use NN\Module\DB;
|
|
@endphp
|
|
@section("content")
|
|
|
|
<div class="content-header row">
|
|
<div class="content-header-left col-md-6 col-12 mb-2 breadcrumb-new">
|
|
<h3 class="content-header-title mb-0 d-inline-block">Laporan</h3>
|
|
<div class="row breadcrumbs-top d-inline-block">
|
|
<div class="breadcrumb-wrapper col-12">
|
|
<ol class="breadcrumb">
|
|
<li class="breadcrumb-item active" id="sublap"></li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="content-header-right col-md-6 col-12">
|
|
<div class="btn-group float-md-right">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="content-body">
|
|
<button class="btn btn-success" id="request">request</button>
|
|
</div>
|
|
|
|
@endsection
|
|
@section('script')
|
|
{!! View::jsm('request.js') !!}
|
|
@endsection
|