@extends('layouts.smart_receipt_default')
@section('script')
@endsection
@section('content')
@foreach([
'receipt_incomplete', 'receipt_completed', 'receipt_reward',
'receipt_pending', 'receipt_rejected', 'receipt_view',
'error',
] as $popup)
@include('components.smart_receipt.popup.' . $popup)
@endforeach
@if(config('app.IS_DEMO'))
@endif
@endsection