@extends('layouts.master') @section('title', 'Event Tracking | Pharaoh\'s Grace') @section('background-image', '/assets/images/bg-5.png') @section('bg-y', '-100px') @section('content')

Pharaoh's Grace

@if(count($weapons_won) > 0)
@endif @forelse ($events as $event)
@if (!Session::has("userData"))
{{ __("event.NeedtoLogin") }} {{ __("event.NeedtoLogin2") }}
@else
{{ $event->CRATE_NAME }}
{{ $event->FAIL_CNT }} / 200 · A random weapon from {{ $event->CRATE_NAME }}
@endif
@empty
You have no crates in progress for this event.
@endforelse
@endsection