@extends('layouts.admin') @section('page-title', 'Client-Details') @section('content')
| Sr No. | Client Logo | Client Name | Order No | Status | Action |
|---|---|---|---|---|---|
| {{ $loop->iteration }} |
@if($client->client_logo)
|
{{ $client->client_name }} | {{ $client->order_no }} | {{ $client->status ? 'Active' : 'Inactive' }} | Edit |
| No clients found. | |||||