@extends('backend.master') @section('content')
| # | Logo | Name | Code | Category | Type | Limits | Status | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $b->id }} |
@php
$logo = $b->logo;
$isStored = $logo && \Illuminate\Support\Facades\Storage::disk('public')->exists($logo);
$isUrl = $logo && \Illuminate\Support\Str::startsWith($logo, ['http://','https://']);
@endphp
@if($isStored)
{{ $logo }}
@else
None
@endif
|
{{ $b->name }}
@if($b->provider)
{{ $b->provider }}
@endif
|
{{ $b->code }} | {{ $b->category?->name }} | @if($b->type) {{ ucfirst($b->type) }} @else — @endif | {{ number_format($b->min_amount,2) }} — {{ number_format($b->max_amount,2) }} | {{ ucfirst($b->status) }} | |
| No billers | ||||||||