@extends('payments.payment_method') @section('head') @parent @stop @section('payment_details')
{{ trans('texts.apple_pay_not_supported') }}
{!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo($invitation->getLink()) !!}
@stop