@extends('layouts.app') @section('content')
Company Name | Client Name | Designation | Post | Status | Action |
---|---|---|---|---|---|
{{ $client->company_name }} | {{ $client->last_name . ', ' . $client->first_name }} | {{ $client->designation }} | {{ $client->postCount }} | @if( $client->is_active ) Active @else Inactive @endif | View |
Showing {{ count($clients) }} of {{ $clients->appends(request()->input())->total() }} entries
{{ $clients->appends(request()->input())->links() }}