@extends('layouts.master_partner') @section('title') Dashboard @endsection @section('dashboard') active @endsection @section('content')
| # | Name | City | ORDERS | |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $customer->name }} | {{ $customer->email }} | @if($customer->cityName) {{ $customer->cityName->name }} @endif | {{ $customer->subscriptions->count() }} |
| No Customer | ||||
| # | Amount | Type | Date | |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ config('innoplore.currency').$wallet->amount }} | {{ $wallet->type }} | {{ $wallet->created_at->format("j M Y") }} | |
| No Transaction | ||||