Clients List
| S.No | Name | Mobile | |
|---|---|---|---|
| {{ $k + 1 }} | {{ $client_list->name }} | {{ $client_list->mobile }} | {{ $client_list->email }} |
@extends('layouts.default') @section('content')
| S.No | Name | Mobile | |
|---|---|---|---|
| {{ $k + 1 }} | {{ $client_list->name }} | {{ $client_list->mobile }} | {{ $client_list->email }} |