@extends('backend.partials.master') @section('title') {{ __('merchant.title') }} {{ __('levels.list') }} @endsection @section('maincontent')
| {{ __('levels.id') }} | {{ __('levels.details') }} | {{ __('levels.hub') }} | {{ __('levels.business_name') }} | {{ __('levels.unique_id') }} | {{ __('levels.phone') }} | {{ __('levels.status') }} | {{ __('levels.current_balance') }} | @if( hasPermission('merchant_view') == true || hasPermission('merchant_update') == true || hasPermission('merchant_delete') == true ){{ __('levels.actions') }} | @endif
|---|---|---|---|---|---|---|---|---|
| {{$i++}} |
{{$merchant->user->name}}
{{$merchant->user->email}} |
{{@$merchant->user->hub->name}} | {{@$merchant->business_name}} | {{@$merchant->merchant_unique_id}} | {{@$merchant->user->mobile}} | {!! $merchant->user->my_status !!} | {{settings()->currency}}{{$merchant->current_balance}} | @if( hasPermission('merchant_view') == true || hasPermission('merchant_update') == true || hasPermission('merchant_delete') == true )
|
@endif
{!! __('Showing') !!} {{ $merchants->firstItem() }} {!! __('to') !!} {{ $merchants->lastItem() }} {!! __('of') !!} {{ $merchants->total() }} {!! __('results') !!}