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