@extends('shops.layout') @section('shops-title') Donation Shop @endsection @section('shops-content') {!! breadcrumbs(['Shops' => 'shops', 'Donation Shop' => 'shops/donation-shop']) !!}
{!! $text->parsed_text !!}
@if (Auth::check() && Auth::user()->donationShopCooldown) You can collect an item {!! pretty_date(Auth::user()->donationShopCooldown) !!}! @endif