@extends('layouts.master') @section('title') LT-99 :: จัดการเครดิตร้านค้า @endsection @section('sub_title') จัดการเครดิตร้านค้า @endsection @section('content')

รายชื่อสาขา

@if ($ownerCredit) เครดิตคงเหลือ: {{ number_format($ownerCredit) }} @endif
@if ($stores) @foreach ($stores as $key => $store) @endforeach @else @endif
ลำดับ รหัส ชื่อสาขา เจ้าของสาขา เครดิต จัดการเครดิต ประวัติ
{{ ++$key }} {{ str_pad($store->id, 5, 0, STR_PAD_LEFT) }} {{ $store->store_name }} {{ $store->owner->username }} {{ number_format($store->wallet->sum('amount'), 2) }} THB

ไม่มีรายการ

@endsection @section('scripts') @endsection