@extends('layout') @section('title', isset($title)?$title:'Cart') @section('content')

Congratulations

@foreach($order->templates as $t)

Thanks for your purchase of {{ $t->name }}!
You may download your template here!

@endforeach
@endsection