@extends('layouts.app') @section('title', 'List Karyawan') @section('breadcrumb', 'Manage Karyawan') @section('sub-breadcrumb') {{-- --}} List Karyawan @endsection @section('admin', 'kt-menu__item--open kt-menu__item--here') @section('karyawan', 'kt-menu__item--open kt-menu__item--here') @section('list-karyawan', 'kt-menu__item--active') @section('content')
@include('layouts.notification') {{-- begin: Search form --}}
      Force Logout
{{-- end: Search form --}} {{-- begin: datatable --}}
No Users Outlets User Groups Status
{{-- begin: datatable --}} @foreach($data as $key => $value) @endforeach
@endsection @section('custom-script') @endsection