@extends('gameloby.layouts.main') @section('content')

Live Market

@foreach ($live as $lv)
{{ $lv->keluaran }}
@endforeach

Favorite Market

@foreach ($data as $item)
{{ $item->keluaran }}
@endforeach
@endsection