@extends('layouts.game') @section('content')
{{ $promo->description }}
Valid: {{ \Carbon\Carbon::parse($promo->start_date)->format('d M Y') }} - {{ \Carbon\Carbon::parse($promo->end_date)->format('d M Y') }}
No promotions available at the moment.
@endif