@extends('template.layout') @section('title', 'Store') @section('submenuItem', 'getcoins') @section('content') @php $webTransaction = \App\Models\WebManualTransaction::whereAccountId(Auth::user()->id)->whereStatus(0)->first(); @endphp @if(!$webTransaction) @include('store.confirm.progress-bar')