@extends('layouts.main') @section('title', 'Pegawai') @section('header', 'Pegawai') @section('breadcrumb')
  • Pegawai
  • @endsection @section('content') @include('layouts.index.filters', ['date_range' => 0, 'filter' => 0, 'filter_default' => 'ALL', 'exports' => 0, 'create' => $create])
    @if($update) @endif @if($create) @endif @endsection @push('custom-scripts') @if ($create) @endif @if($update) @endif @endpush