This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<!-- ========================================================= | |
* Sneat - Bootstrap 5 HTML Admin Template - Pro | v1.0.0 | |
============================================================== | |
* Product Page: https://themeselection.com/products/sneat-bootstrap-html-admin-template/ | |
* Created by: ThemeSelection | |
* License: You must have a valid license purchased in order to legally use the theme for your project. | |
* Copyright ThemeSelection (https://themeselection.com) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@extends('layouts.app_sneat') | |
@section('content') | |
<div class="row justify-content-center"> | |
<div class="col-md-12"> | |
<div class="card"> | |
<h5 class="card-header">Data User</h5> | |
<div class="card-body"> | |
<a href="{{ route('user.create') }}" class="btn btn-primary btn-sm">Tambah Data</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Http\Controllers; | |
use Illuminate\Http\Request; | |
use App\Models\User as Model; | |
class UserController extends Controller | |
{ | |
private $viewIndex = 'user_index'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# USAHAKAN KETIKA MENAMBAHKAN GITIGNORE PADA SAAT SEBELUM GIT INIT | |
# FOLDERS | |
/vendor | |
/tests | |
/node_modules | |
# FILES | |
.env.example | |
composer.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"code": 200, | |
"version_app": "v3.1", | |
"api_version": "20240115.1", | |
"profile_info": { | |
"nrp": "83293934", | |
"nama": "Asep Septiadi", | |
"no_telp": "0836288329399", | |
"license_user": "3332-9993-2222-3311", | |
"set_shift_user": "Shift 1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LOG { | |
"app_version": "v3.1", | |
"build": "20240120.1", | |
"status": "Develop Gen 4", | |
"id_user_fitbit": "BSQQPG", | |
"id_shift": 147, | |
"nama_shift": "Shift 1", | |
"rawGetSleep": { | |
"response_code": 200, | |
"status": "berhasil", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LOG { | |
"app_version": "v3.1", | |
"build": "20240120.1", | |
"status": "Develop Gen 4", | |
"id_user_fitbit": "BSQQPG", | |
"id_shift": 147, | |
"nama_shift": "Shift 1", | |
"rawGetSleep": { | |
"response_code": 200, | |
"status": "berhasil", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"response_code": 200, | |
"msg": "berhasil", | |
"perform_akun": { | |
"nama": "Valdi", | |
"ranking": "1", | |
"durasi": 151 | |
}, | |
"data": [ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LOG { | |
"request_all": { | |
"app_version": "v3.1", | |
"build": "20240120.1", | |
"status": "Develop Gen 4", | |
"id_user_fitbit": "BSQQPG", | |
"id_shift": 147, | |
"nama_shift": "Shift 1", | |
"rawGetSleep": { | |
"response_code": 200, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LOG { | |
"request_all": { | |
"app_version": "v3.1", | |
"build": "202401201", | |
"status": "Develop Gen 4", | |
"id_user_fitbit": "BSQQPG", | |
"id_shift": 147, | |
"nama_shift": "Shift 1", | |
"rawGetSleep": { | |
"response_code": 200, |
OlderNewer