@extends('public.header') @section('content')
@if (isset($redirectTo))
Payment Complete
@else
License Key
{{ $message }}
@endif
@if (isset($redirectTo)) {{ $message }} @else {{ $license }} @endif
@stop