@section("title", "Providers")
@section('css_links')
    
@endsection
@section('style')
    
@endsection
@section('scripts')
    
    
@endsection
    
        {{ __('Providers') }}
    
    
        
        
            Add a provider
            
            
                
                
                    | Provider | 
                    Actions | 
                
                
                
                @if(!empty($providers))
                    @foreach($providers as $provider)
                        
                            | {{ $provider->name }} | 
                            
                                
                             | 
                        
                    @endforeach
                @else
                    
                        | No providers found. | 
                    
                @endif
                
            
        
        
     
    
    
    
        providers