@extends('layouts.admin') @section('content')
@include('partials.tc')
{{ Form::open(['method' => 'PUT', 'route' => 'set.agree']) }} {{ Form::token() }} {{ Form::hidden('userId', $userId) }} {{ Form::submit('Agree', ['class' => 'btn btn-success btn-lg']) }} {{ Form::close() }}
@endsection