@extends('cfp.layouts.master') @section('content')

MAPS Acitivty the least

@include('cfp.components.error_alert')
@forelse ($map_activity as $map) @php $in = $map->map_name; preg_match_all('/\(([A-Za-z0-9 ]+?)\)/', $in, $out); foreach ($out[1] as $gamemode){ $map_gamemode = $gamemode; } @endphp @empty @endforelse
Play Count Map name Gamemode Gamemode Type Round Type
{{ $map->map_count }} {{ $map->map_name }} {!! isset($map_gamemode) ? "$map_gamemode" : 'Error getting mode' !!} {{ $map->GAMEMODE_TYPE }} {{ $map->ROUND_TYPE}}
No maps available, try again later
{{ $map_activity->links() }}
@endsection