Skip to content

Instantly share code, notes, and snippets.

@extends('layouts.application')
@section('title', '更新確認')
@section('content')
<br><br>
<form action="" method="post" class="form-horizontal">
@csrf
<input type="hidden" name="problemId" value="{{$problemId}}">
<input type="hidden" name="problemCategory" value="{{$problemCategory}}">
<input type="hidden" name="problemTitle" value="{{$problemTitle}}">
@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">