mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-02-07 10:50:13 +00:00
159 - Unit Testing Middleware
This commit is contained in:
22
resources/views/backstage/stripe-connect/connect.blade.php
Normal file
22
resources/views/backstage/stripe-connect/connect.blade.php
Normal file
@@ -0,0 +1,22 @@
|
||||
@extends('layouts.master')
|
||||
|
||||
@section('body')
|
||||
<div class="container-fluid bg-soft">
|
||||
<div class="full-height flex-center">
|
||||
<div class="constrain constrain-sm flex-fit">
|
||||
<div class="card p-xs-6">
|
||||
<h1 class="text-xl wt-light text-center m-xs-b-6">Connect your Stripe account</h1>
|
||||
<p class="m-xs-b-6">
|
||||
Good news, TicketBeast now integrates directly with your Stripe account!
|
||||
</p>
|
||||
<p class="m-xs-b-6">
|
||||
To continue, connect your Stripe account by clicking the button below:
|
||||
</p>
|
||||
<div>
|
||||
<a href="{{ route('backstage.stripe-connect.authorize') }}" class="btn btn-block btn-primary">Connect with Stripe</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user