@extends('layouts.dashboard')
@section('pagehead', 'All Client')
@section('bredcrumb-item-link',url('/home/user/client'))
@section('bredcrumb-item','Add Client')
@section('content')
    
        
            
                
                    
                        
                            
                                
                                    | No | 
                                    Company Name | 
                                    Address | 
                                    State | 
                                    City | 
                                    Pin | 
                                    Mobile Number | 
                                    Action | 
                                
                            
                            
                            
                        
                     
                 
             
         
     
@endsection
@section('scripts')
@endsection