@extends('layouts.app') @section('title', 'মোবাইল ব্যাংকিং') @section('content')

মোবাইল ব্যাংকিং

Balance: {{ number_format(auth()->user()->balance,2) }} ৳
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
{{ implode(' ', $errors->all()) }}
@endif
@foreach($gateways as $g) @endforeach
@csrf
লিমিট: {{ optional($gateways->first())->min_limit ?? 0 }} - {{ optional($gateways->first())->max_limit ?? 0 }} ৳
📱
{{-- Alpine.js (ট্যাব সিলেক্টে হালকা ইন্টার‍্যাকশনের জন্য) --}} @endsection