@extends('emails.layout')
has create a dispute for the order
@section('content')
    
        
            
                
                    
                        
                            
                                
                                    | 
                                       {{$line->order->user->name }} just create a dispute for the  {{$line->name}} from order {{$line->order->id}}
                                     | 
                                 
                             
                         | 
                     
                    
                        
                            
                                
                                    | 
                                        You can send us proof of sending, we come back to you quickly after contacting the customer
                                     | 
                                 
                             
                         | 
                     
                 
             | 
        
    
@endsection