Template
Price
PSD
Logo
Installation
Hosting
@foreach($entry->order_templates as $t)
{{ $t->template->name }}
{{ $t->template->price }}
{{ is_null($t->psd)?'—':$t->template->price_psd }}
{{ is_null($t->logo)?'—':$t->template->price_logo }}
{{ is_null($t->installation)?'—':$t->template->price_installation }}
{{ is_null($t->hosting)?'—':$t->template->price_hosting }}
@endforeach