@extends('layouts.app') @section('content')

🎟 Scratch Card

@if($card)

🎉 ৳{{ $card->reward }}

@csrf
@else
No Scratch Card Available
@endif
@if($card) @endif @endsection