@extends('panel.layout.base') @section('title',"Görevler") @section('script') @endsection @section('content')
@foreach(\App\Models\Game::all()->toArray() as $index => $item)
@endforeach
@endsection