@extends('layouts.app-admin') @section('title', 'Membership Cards Report') @section('content')
Top Shop With Most Issue Cards (Today)
Top Shops With Most Issue Cards
@if(count($membershipCardsTable)) @foreach($membershipCardsTable as $Key => $Value) @endforeach @else @endif
# Shop Issue Cards
{{$Key+1}} {{$Value->name}} {{$Value->counts}}
{{trans('admin_default.no_records')}}
Issue Cards By Shops

@if(count($membershipCardsList)) @foreach($membershipCardsList as $Key => $Value) @endforeach @else @endif
# Shop Name # Issue Cards
{{$Key+1}} {{$Value->name}} {{$Value->counts}}
{{trans('admin_default.no_records')}}
@endsection