@extends('admin.layout.master') @section('title', 'Client Management') @push('plugin-styles') @endpush @section('content')
@if (Session::has('message')) @endif
Add Client

Client Management

{{-- --}} @foreach ($users as $user) {{-- @if (!empty($user->profile)) --}} {{-- --}} {{-- @else @endif --}} @endforeach
Client Name GSTIN Authorized Person Contact NumberFirmPayment Action
{{ $user->name }} GST IN Authorized Person Contact No PaymentNot Found Not Found Not Found Not Found Not Found {{-- --}}
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush