@extends('template.main-site') @section('content') Silahkan Pilih Desain Website Yang Sesuai Dengan Bisnis Anda @if(!empty($templates)) ALL @foreach($template_category as $t) {{ strtoupper($t->category) }} @endforeach @foreach($templates as $t) Demo {{ $t->name }} @if(isset($_GET['pid']) && $_GET['pid']) Choose @else Choose @endif @endforeach @if($template_count > 9) L o a d M o r e @endif @endif @endsection @section('js') @if(isset($_GET['pid']) && $_GET['pid']) @else @endif @endsection