@extends('layouts.master') @section('page-title'){{ __('Game Recommendation List') }}@endsection @section('menu'){{ __('Game Recommendation') }}@endsection @section('sub-menu'){{ __('Game Recommendation List') }}@endsection @section('content')
@include('partial.game_recommendation.list')
@endsection @section('script') @endsection