Skip to content

Instantly share code, notes, and snippets.

@extends('layouts.application')
@section('title', '問題マスタ')
@section('script')
<script>
$(function() {
$(".btn-dell").click(function() {
if (confirm("本当に削除しますか?")) {
} else {
return false;
@extends('layouts.application')
@section('title', '詳細')
@section('content')
<br><br>
<div class="row">
<label class="col-md-12 control-label">問題ID</label>
<div class="col-md-12">{{$problem->problemId}}</div>
</div>
<div class="row">