@extends('mainlayout.layout')
@section('title')
@endsection
@push('css')
@endpush
@section('content')
    
        
            
                
                
                    
                        
                            
                                
                                    
                                        Partner Name
                                        {{$financingPartner->financing_partner}}
                                     
                                 
                                
                                    
                                        Country Of Operation
                                        {{$financingPartner->country->country}}
                                     
                                 
                                
                                    
                                        Institution Type
                                        {{$financingPartner->institutiontype->institution_type}}
                                        
                                     
                                 
                                
                                    
                                        Disb. Account(Ins)
                                        {{$financingPartner->accountinstitution->acc_institution}}
                                     
                                 
                                
                                    
                                        Disb. Account(No.)
                                        {{$financingPartner->account_number}}
                                     
                                 
                                
                                    
                                        Regitered On
                                        {{$financingPartner->created_at->format('Y-m-d')}}
                                     
                                 
                             
                            
                         
                     
                 
             
         
     
 
@endsection
@push('scripts')
@endpush