@extends('layouts.app') @section('content')
@if ($errors->any())
×
@endif @if (Session::has('message'))
× {{ Session::get('message') }}
@endif

Build Worksheet

@csrf @method('PUT')

question_box === 1 ? "checked" : "" }}>
Cancel
@endsection @section('scripts') @stop