@extends('template.main-site') @section('content')
@if(Request::segment(3))
@else @if(!empty($templates))
@foreach($templates as $t) @endforeach @if($template_count > 9)
@endif @endif @endif
@endsection @section('js') @endsection