@extends('layouts.master') @section('heading') {{ __('Integrations') }} @stop @section('content')

{{ __('Billing integrations')}}

@if($billing_integration) {{ __('Connected with') }} {{ class_basename($billing_integration)}} @endif


{{ __('Filesystem integrations')}}

@if($filesystem_integration)

{{ __('Connected with') }} {{ class_basename($filesystem_integration->name) }}

@endif

@if($filesystem_integration && $filesystem_integration->name == \App\Services\Storage\Dropbox::class)
{{ csrf_field() }}
@else @endif

@if($filesystem_integration && $filesystem_integration->name == \App\Services\Storage\GoogleDrive::class)
{{ csrf_field() }}
@else @endif
@stop @if(!empty(Session::get('organizations'))) @push('scripts') @endpush @endif