@extends('layouts.adminapp') @section('title') {{ __('lng.Banking') }} - {{ __('lng.Details') }} @endsection @section('open_payments', 'open') @section('active_payments', 'active') @section('active_banking', 'active') @section('content')
# | {{ __('lng.Name') }} | {{ __('lng.Contact') }} | {{ __('lng.Action') }} |
---|---|---|---|
{{ ++$si }} | {{ $BankingRegister->Member->name ?? '' }} | {{ $BankingRegister->Member->contact ?? '' }} |
{{ __('lng.Showing') }} {{ $BankingRegisters->count() }} {{ __('lng.Items') }}