@php $si=0; @endphp @foreach($Kuris as $Kuri) @php $Date = date("d-m-Y",strtotime($Kuri->date)); @endphp @endforeach
{{__('lng.SiNo')}} {{__('lng.Title')}} {{__('lng.Date')}} {{__('lng.Count')}} {{__('lng.MemberCount')}} {{__('lng.Amount')}} {{__('lng.TotalAmount')}} {{__('lng.Action')}}
{{++$si}} {{$Kuri->title}} {{$Date}} {{$Kuri->count}} {{$Kuri->member_count}} @currency($Kuri->amount) @currency($Kuri->total_amount)

{{ __('lng.Showing') }} {{ $Kuris->count() }} {{ __('lng.Items') }}