@extends('layouts.adminapp') @section('title') {{ __('lng.Kuri') }} - {{ __('lng.Details') }} @endsection @section('open_payments', 'open') @section('active_payments', 'active') @section('active_kuri', 'active') @section('content')
# | {{ __('lng.Member') }} | {{ __('lng.Amount') }} |
is_collection) checked @endif
onclick="AllCollectionKuri({{ $SelectKuriPeriod->id }});"
id="defaultCheck1">
|
---|---|---|---|
{{ ++$si }} | {{ $KuriMember->Member->name ?? $KuriMember->name }} | @amount($KuriMember->amount) |
KuriCollection)
@foreach ($KuriMember->KuriCollection as $KuriCollection)
@if ($KuriCollection->kuri_period_id == $SelectKuriPeriod->id && $KuriCollection->kuri_member_id == $KuriMember->id)
checked @endif
@endforeach
@endif >
|