@extends('layout') @section('title', isset($template->name)?$template->name:'Web&Ad') @section('content')

{{ $template->name }}

{{ $template->subtitle }}

{{--
--}}
@if(!empty($template->preview_mobile))@endif @if(!empty($template->preview))@endif

{{ $template->subtitle }}

{{ $template->subtitle }}

{{ $template->text }}

{{ csrf_field() }} @if(!empty($template->price)) @endif @if(!empty($template->price_installation)) @endif @if(!empty($template->price_logo)) @endif @if(!empty($template->price_psd)) @endif @if(!empty($template->price_hosting)) @endif
The license for one-time use ${{ $template->price }}.00
${{ $template->price_installation }}.00
${{ $template->price_logo }}.00
${{ $template->price_psd }}.00
${{ $template->price_hosting }}.00
Total ${{ $template->price }}.00

{{ $template->name }}

@if(count($template->requirements)!=0 || count($template->tags)!=0)

{{ $template->text }}

@if(!empty($template->requirements))
  • {!! $template->requirements->implode('name', '
  • ') !!}
@endif @if(!empty($template->tags))
  • {!! $template->tags->implode('name', '
  • ') !!}
@endif
@endif @if(!empty($template->img))
@endif
@endsection @section('scripts') @parent @endsection