{{ getTitleInPage() }}
@if (Session::has('message'))
{!! Session::get('message') !!}
@endif
@if (Session::has('error'))
{!! Session::get('error') !!}
@endif
@if (Session::has('success'))
{!! Session::get('success') !!}
@endif
No. | Merchant Name | Account Group | Status | Actions |
---|---|---|---|---|
{{ $no++ }} | {{ getMerchantNameById($data->merchant_id) }} | {{ $data->name }} | {{ ($data->status == 0 )? 'Inactive':'Active'}} | @if(checkPermissionOnWeb('MerchantAccountGroup','edit') > 0) @endif @if(checkPermissionOnWeb('MerchantAccountGroup','delete') > 0) @endif |
{{ $no++ }} | {{ getMerchantNameById($parentAccountGroup->merchant_id) }} | ----{{ $parentAccountGroup->name }} | {{ ($parentAccountGroup->status == 0 )? 'Inactive':'Active'}} | @if(checkPermissionOnWeb('MerchantAccountGroup','edit') > 0) @endif @if(checkPermissionOnWeb('MerchantAccountGroup','delete') > 0) @endif |