@extends('layouts.app') @section('head-end') @endsection @section('content')

Subscription Confirmation


@if(session('success'))

Thank you for subscribing

@if(session('addon'))

Your name has now been subscribed to addons

@else

Your name has now been added to the portfolio

@endif @else

Thank you

Something seems to have gone wrong, please contact us

@endif
@endsection