{{ config('app.name') }}

This site has been created without influence from vendors. The opinions expressed are those of the author and not {{ config('app.name') }}.

Support E-mail: support@projectsloth.com
Recent Discussion
    @foreach(\App\Models\Forum\Topic::where('status_id', 1)->orderByDesc('created_at')->get()->take(3) as $topic) @if(!empty($topic->product_id)) @php $product = \App\Models\Product\Product::find($topic->product_id); @endphp
  • {{ str_limit($topic->subject, 35) }} {{ $topic->created_at->diffForHumans() }}
  • @else
  • {{ str_limit($topic->subject, 35) }} {{ $topic->created_at->diffForHumans() }}
  • @endif @endforeach
Recent Photos
@foreach(\App\Models\Photo\Photo::where('status_id', 1)->orderByDesc('created_at')->get()->take(12) as $photo) {{ $photo->title }} @endforeach
Site

About Us
Contact Us
Privacy Policy
Cookie Policy
Terms of Use

© 2019 Creativa Island