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 Illuminate\Http\Request; | |
use App\Models\User as Model; | |
class UserController extends Controller | |
{ | |
private $viewIndex = 'user_index'; |
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
@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 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
<!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) |
NewerOlder