@extends('layout.desktop.main') @section('content')
9,208,008,245
IDR
@include('layout.desktop.provider')
{{ $title }}
@foreach ($gamelist as $gamelist)
{{ $gamelist->game_name }}
@endforeach
{{-- --}} @endsection