@extends('admin.layout.master') @section('title', ucfirst($routeGroup).' List') @section('content')
| # | Code | Name | Ledger | Mobile | C Type | Comm(%) | Limit Apply | Limit | Status | Action | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $i++ }} |
@if ($customer->code)
{{ $customer->code }}
@else
Not Found @endif |
@if ($customer->user_name)
{{ $customer->user_name }}
@else
Not Found @endif |
@if ($customer->name_eng)
{{ $customer->name_eng }}
@else
Not Found @endif |
@if ($customer->mobile)
{{ $customer->mobile }}
@else
Not Found @endif |
Edit @if (count($customer->shops) > 0) @endif |