@extends('new_app.header') @section('content')
@foreach ($games as $game)
{{ $game->game_name }}
@endforeach
@endsection