@extends($activeTemplate.'layouts.frontend') @section('content') @php $banner = getContent('banner.content', true); $categories = App\Models\Category::where('status',1)->get(); @endphp
banner image3

BUY FROM SISAGAME

with sisagame you can sequrly buy and trade games and gaming services like boost and currencies.

banner image1

Buy goods and gaming assets from sisagame

{{-- search result --}}
@foreach($categories as $category) @endforeach
@if($sections->secs != null) @foreach(json_decode($sections->secs) as $sec) @include($activeTemplate.'sections.'.$sec) @endforeach @endif @endsection @push('script') @endpush