<form action="'. route('users.destroy',$user->id) .'" method="POST">
                            <input type="hidden" name="_token" value="'. csrf_token() .'">
                            <input type="hidden" name="_method" value="DELETE">
                            <button type="submit" class="btn btn-xs btn-danger">Delete</button>
                        </form>
  
    
      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 | |
| use Illuminate\Support\Facades\Schema; | |
| use Illuminate\Database\Schema\Blueprint; | |
| use Illuminate\Database\Migrations\Migration; | |
| use App\Enums\AdminStatus; | |
| class CreateUsersTable extends Migration | |
| { | |
| /** | 
  
    
      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\Admin; | |
| use Backpack\CRUD\app\Http\Controllers\CrudController; | |
| // VALIDATION: change the requests to match your own file names if you need form validation | |
| use App\Http\Requests\ArticleRequest as StoreRequest; | |
| use App\Http\Requests\ArticleRequest as UpdateRequest; | |
| use Backpack\CRUD\CrudPanel; | 
  
    
      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 Alert; | |
| use Artisan; | |
| use Carbon\Carbon; | |
| use Log; | |
| use Spatie\Backup\Helpers\Format; | |
| use Storage; | 
  
    
      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\Admin; | |
| use Backpack\CRUD\app\Http\Controllers\CrudController; | |
| use App\Http\Requests\ProdukRequest as StoreRequest; | |
| use App\Http\Requests\ProdukRequest as UpdateRequest; | |
| use Backpack\CRUD\CrudPanel; | |
| use App\Models\Produk; | |
| use App\Models\Kategori; | 
  
    
      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
    
  
  
    
  | YTo4ODp7aTowO2I6MDtzOjE4OiJuYXZfbWVudV9sb2NhdGlvbnMiO2E6NTp7czo3OiJwcmltYXJ5IjtpOjI7czoxNDoicHJpbWFyeV9tb2JpbGUiO2k6MjtzOjY6ImZvb3RlciI7aTowO3M6MTE6InRvcF9iYXJfbmF2IjtpOjA7czoxMDoibXlfYWNjb3VudCI7aTowO31zOjE2OiJzaWRlYmFyc193aWRnZXRzIjthOjI6e3M6NDoidGltZSI7aToxNTU2MTk2MDA4O3M6NDoiZGF0YSI7YToxOntzOjE5OiJ3cF9pbmFjdGl2ZV93aWRnZXRzIjthOjY6e2k6MDtzOjg6InNlYXJjaC0yIjtpOjE7czoxNDoicmVjZW50LXBvc3RzLTIiO2k6MjtzOjE3OiJyZWNlbnQtY29tbWVudHMtMiI7aTozO3M6MTA6ImFyY2hpdmVzLTIiO2k6NDtzOjEyOiJjYXRlZ29yaWVzLTIiO2k6NTtzOjY6Im1ldGEtMiI7fX19czoxNzoiZmxhdHNvbWVfZmFsbGJhY2siO2k6MDtzOjIwOiJ0b3BiYXJfZWxlbWVudHNfbGVmdCI7YTowOnt9czoyMToidG9wYmFyX2VsZW1lbnRzX3JpZ2h0IjthOjA6e31zOjIwOiJoZWFkZXJfZWxlbWVudHNfbGVmdCI7YToxOntpOjA7czozOiJuYXYiO31zOjIxOiJoZWFkZXJfZWxlbWVudHNfcmlnaHQiO2E6MDp7fXM6Mjc6ImhlYWRlcl9lbGVtZW50c19ib3R0b21fbGVmdCI7YTowOnt9czoyOToiaGVhZGVyX2VsZW1lbnRzX2JvdHRvbV9jZW50ZXIiO2E6MDp7fXM6Mjg6ImhlYWRlcl9lbGVtZW50c19ib3R0b21fcmlnaHQiO2E6MDp7fXM6Mjc6ImhlYWRlcl9tb2JpbGVfZWxlbWVudHNfbGVmdCI7YToxOntpOjA7czo5OiJtZW51LWljb24iO31zOjI4OiJo | 
<link rel="canonical" href="(( ganti link url salah satu produk atau banner))" />
<meta property="og:locale" content="id_ID" />
<meta property="og:type" content="article" />
<meta property="og:title" content="(( ganti Jual nama kategori Murah ))" />
<meta property="og:description" content="(( ganti nama kategori yang ada di database ))" />
<meta property="og:url" content="(( ganti link url kategori))" />
<meta property="og:site_name" content="(( ganti Title Website atau static Pemadam Api Online ))" />
<meta property="og:image" content="(( ganti link url banner / slider  ))" />
<meta property="og:image:secure_url" content="(( ganti link url banner / slider ))" />
  
    
      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\Admin; | |
| use Backpack\CRUD\app\Http\Controllers\CrudController; | |
| use App\Http\Requests\QsRequest as StoreRequest; | |
| use App\Http\Requests\QsRequest as UpdateRequest; | |
| use Backpack\CRUD\CrudPanel; | |
| class QsCrudController extends CrudController | 
  
    
      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\Mobil; | |
| use App\Models\Control; | |
| use App\Models\Qs; | |
| use App\Models\Gr; | |
| use App\Models\Part; | 
NewerOlder