This file contains hidden or 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
{ | |
"user_id": 20, | |
"courier": "jnt", | |
"courier_service": "EZ", | |
"ongkir": 47000, | |
"address_id": 27, | |
"total": 1647000, | |
"note": "", | |
"is_direct": false, | |
"weight": 10, |
This file contains hidden or 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
import { BreadcrumbType } from "@/types/BreadcrumbType"; | |
import Link from "next/link"; | |
export default function BreadcrumbComponent({ breadcrumbs }: { breadcrumbs: Array<BreadcrumbType> }) { | |
return ( | |
<div className="mb-4 lg:mb-7"> | |
<div className="flex items-center gap-1.5"> | |
{breadcrumbs.map((breadcrumb, index) => ( | |
<div className="flex" key={index}> | |
{breadcrumb.link ? ( |
This file contains hidden or 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
8I8*8voRz-Z7yM |
This file contains hidden or 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
fetch(agreementObj.file, {}).then(response => { | |
response.blob().then(blob => { | |
// Creating new object of PDF file | |
const fileURL = window.URL.createObjectURL( | |
blob | |
); | |
const fileName = agreementObj.file.split( | |
"/" | |
); |
This file contains hidden or 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
# This file has been auto-generated by i3-config-wizard(1). | |
# It will not be overwritten, so edit it as you like. | |
# | |
# Should you change your keyboard layout some time, delete | |
# this file and re-run i3-config-wizard(1). | |
# | |
# i3 config file (v4) | |
# | |
# Please see https://i3wm.org/docs/userguide.html for a complete reference! |
This file contains hidden or 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 App\Models\PendaftarLayananMandiri; | |
use App\Models\Penduduk; | |
use App\Models\PermohonanSurat; | |
use App\Models\WilayahAdministratif; | |
use App\Models\WilayahAdministratifRT; | |
use App\Models\WilayahAdministratifRW; |
This file contains hidden or 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 | |
/** | |
* Copyright 2018 Google Inc. | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* |
This file contains hidden or 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
{ | |
"data": { | |
"total": 153, | |
"notifications": [ | |
{ | |
"id": 253, | |
"icon": "http://some-picture.png", | |
"title": "Notification Title", | |
"description": "lorem ipsum dolor sit amet", | |
"is_open": false, |
This file contains hidden or 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
{ | |
"data": { | |
"product_status": ?, | |
"product_name": "Laptop", | |
"product_price": 12000, | |
"product_img": "https://static.wixstatic.com/media/2cd43b_8ba844fdf6e048f6ad77f6a3c71fe22d~mv2.png/v1/fill/w_320,h_245,q_90/2cd43b_8ba844fdf6e048f6ad77f6a3c71fe22d~mv2.png", | |
"product_tracks": [ | |
{ | |
"transit": "Jakarta", | |
"date": "2022-09-21 08:30:12", |
This file contains hidden or 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
{ | |
"data": { | |
"all": [ | |
{ | |
"platform_img": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQfQeCi0Tf2FbdAoL_vFOXI-_VrVuINuceFaiJ9VsZlyIBcTzQokELd_NXzC--E0J2zkL4&usqp=CAU", | |
"product_img": "https://cdn0-production-images-kly.akamaized.net/9aGSak7Dvm1pLHj5YdlGpsa5hSw=/640x360/smart/filters:quality(75):strip_icc():format(jpeg)/kly-media-production/medias/3150608/original/034688400_1591913197-ps5-2.jpg", | |
"product_status": "completed", | |
"product_transaction_id": "fsdx04342n43", | |
"product_name": "ps5 complete", | |
"product_price": 56000 |
NewerOlder