srp process blade

This commit is contained in:
2019-06-30 02:17:59 -05:00
parent 3a9b16512a
commit 853e34b12b

View File

@@ -1,6 +1,6 @@
@extends('layouts.b4') @extends('layouts.b4')
@section('content') @section('content')
{!! Form::open(['action' => 'SRP\SRPController@processForm', 'method' => 'POST']) !!} {!! Form::open(['action' => 'SRP\SRPController@processSRPRequest', 'method' => 'POST']) !!}
<div class="container col-md-12"> <div class="container col-md-12">
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>