Skip to content

Instantly share code, notes, and snippets.

View aspsptyd's full-sized avatar
📫
Potiusque sero quam nunquam [Liv. 4 2 11]

Asep Septiadi aspsptyd

📫
Potiusque sero quam nunquam [Liv. 4 2 11]
View GitHub Profile
@aspsptyd
aspsptyd / UserController.php
Created January 15, 2023 22:18
Menambahkan fungsi edit dan delete
<?php
namespace App\Http\Controllers;
use Illuminate\Http\Request;
use App\Models\User as Model;
class UserController extends Controller
{
private $viewIndex = 'user_index';
@aspsptyd
aspsptyd / user_index.blade.php
Created January 15, 2023 22:01
Penambahan tombol edit dan delete pada line 32 - 42
@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>
@aspsptyd
aspsptyd / app_sneat.blade.php
Last active January 15, 2023 22:45
Tampilan Dashboard Aplikasi dengan Modifikasi Menu yang sudah di Minimalis
<!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)