@extends('layouts/contentNavbarLayout') @section('title', $map->name) @section('content')
Challenge Map Details
{{ $map->name }}
{{ number_format($map->total_steps) }}
{{ $map->description }}
{{ $checkpoint->description }}
@endifSteps to next: {{ number_format($checkpoint->steps) }}
@if($checkpoint->active_image || $checkpoint->not_reached_image)No checkpoints found