@extends('mainlayout.layout')
@section('title')
@endsection
@push('css')
@endpush
@section('content')
    
        
            
                
                
                    
                        
                            
                                
                                    
                                        Shop Name
                                        {{$shop->name}}
                                     
                                 
                                
                                    
                                        Country Of Operation
                                        {{$shop->country->country}}
                                     
                                 
                                
                                    
                                        Region
                                        {{$shop->region->name}}
                                     
                                 
                                
                                    
                                        Location
                                        {{$shop->location}}
                                     
                                 
                                
                                    
                                        Telco
                                        {{$shop->telco->telco}}
                                     
                                 
                                
                                    
                                        Campaign
                                        {{$shop->campaign->campaign_name}}
                                     
                                 
                             
                         
                     
                 
                
                    
                        
                        
                            
                                
                                    
                                        Full Name
                                        {{$shop->person1_name}}
                                     
                                 
                                
                                    
                                        Title
                                        {{$shop->person1_title}}
                                     
                                 
                                
                                    
                                        MSISDN
                                        {{$shop->person1_msisdn}} 
                                     
                                 
                                
                                    
                                        Email
                                        {{$shop->person1_email}}
                                     
                                 
                             
                         
                     
                 
                
                    
                        
                        
                            
                                
                                    
                                        Full Name
                                        {{$shop->person2_name}}
                                     
                                 
                                
                                    
                                        Title
                                        {{$shop->person2_title}}
                                     
                                 
                                
                                    
                                        MSISDN
                                        {{$shop->person2_msisdn}} 
                                     
                                 
                                
                                    
                                        Email
                                        {{$shop->person2_email}}
                                     
                                 
                             
                         
                     
                 
             
         
     
 
@endsection
@push('scripts')
@endpush