@extends('backend.master') @section('content')
| # | Logo | Name | Slug | Min Txn | Reward % | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $b->id }} |
@php
$p = $b->logo_path;
$isStored = $p && \Illuminate\Support\Facades\Storage::disk('public')->exists($p);
$isUrl = $p && \Illuminate\Support\Str::startsWith($p,['http://','https://']);
@endphp
@if($isStored)
{{ $p }}
@else
None
@endif
|
{{ $b->name }} | {{ $b->slug }} | ৳{{ number_format($b->min_transaction,2) }} | {{ number_format($b->reward_percent,2) }}% | {{ $b->is_active ? 'Active' : 'Inactive' }} | |
| No banks | |||||||