@extends('layouts.app') @section('content')
Id | @endifUser | Company | Phone | @if (auth()->user()->hasRole('admin'))Documents | Status | Action | @elseTotal Credit | Avl Credit | Credit Limit | {{--Paid Type | --}} @endif|
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $retailer->application_no }} | @endif
@if ($retailer->image == null)
{{ $retailer->first_name . ' ' . $retailer->last_name }}
{{ $retailer->email ?? '-' }}
|
{{ $retailer->company_name ?? '-' }} |
{{ $retailer->phone ?? '-' }}
|
@if (auth()->user()->hasRole('admin'))
View | @if ($retailer->status === null) id }} data-status="1" data-action="{{ route('change-status') }}"> Verify @elseif ($retailer->status == 0) id }} data-status="1" data-action="{{ route('change-status') }}">Inactive @else id }} data-status="0" data-action="{{ route('change-status') }}">Active @endif | @else | {{ $retailer->retailers->where('dealer_id', auth()->user()->id)->first()->total_credit_limit ?? 'NA' }} | {{ $retailer->retailers->where('dealer_id', auth()->user()->id)->first()->available_credit_limit ?? 'NA' }} | @if ($retailer->retailers->where('dealer_id', auth()->user()->id)->first()->is_accepted != 1)Credit Request | @else@endif @endif {{-- | --}} |
No matching records found |