@extends('layouts.app') Fortnite Item Shop Today @section('content')

Today's Fortnite Item Shop

This is a work-in-progress Fortnite Item Shop. You can check it whenever you'd like to see what's out in the shop. We'll keep updating the website and adding new features! Please use code FNBRF in the shop.

Rarest cosmetics in the Item Shop

@php $grouped = collect($data['shop'])->groupBy(function ($item) { return $item['section']['name']; })->toArray(); @endphp

What's in the Fortnite Item Shop today?

You can check the latest cosmetic items in Fortnite's Item Shop below. These items update at each reset of the shop, and you can click on them to get more details, including the release date and V-Bucks price.

@foreach($grouped as $key => $items)

{{ $key }}

@foreach($items as $item) @endforeach @endforeach
@endsection