@extends('layouts.backend.app') @section('content') @include('layouts.backend.partials.headersection',['title'=>'Payout account'])
{{ __('Paypal') }}

{{ __('Get paid by credit or debit card, PayPal transfer or even via bank account in just a few clicks. All you need is your email address') }}

@if(empty($paypal))
@endif @csrf
@if(empty($paypal))
@endif
@if(empty($paypal)) @endif
{{ __('Bank Details') }}
@if(empty($bank))
@csrf @endif
@if(empty($bank)) @endif
@endsection @section('script') @endsection