@extends('adminlte::page') @php $title = 'Pengajuan'; $this_helper = 'pengajuan.'; @endphp @section('title', 'Dashboard') @section('content_header')

{{$title}}

@stop @section('content') @include('dashboard.'.$this_helper .'form')
{{$title}} List
# # Code Supplier Barang Quantity Price Status Created By Description Option
@stop @section('plugins.Datatables', true) @section('css') @stop @section('js') @stop