@extends('template.main-site') @section('content') @if(Request::segment(3)) Demo {{ $template->name }} {{ $template->description }} @else @if(!empty($templates)) ALL @foreach($template_category as $t) {{ strtoupper($t->category) }} @endforeach @foreach($templates as $t) Demo {{ $t->name }} Beli @endforeach @if($template_count > 9) L o a d M o r e @endif @endif @endif
{{ $template->description }}