@extends('layouts.app') @section('title', 'Lenders OMS | Clients') @section('content')
Sl No | Company Name | Client Name | Client Type | Address Line 1 | Address Line 2 | Status | Action |
---|---|---|---|---|---|---|---|
{{ $loop->iteration}} | {{ $client->companies->company_name ?? '' }} | {{ $client->client_name}} | {{ $client->clientTypes->client_type_name ?? '' }} | {{ $client->address_line1}} | {{ $client->address_line2}} |
is_active==1) checked @endif>
|
|