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