@extends('layouts.user') @section('title') @lang('PayPal Invoice Payment') @endsection @section('breadcrumb') @lang('PayPal Invoice Payment') @endsection @section('content')
@csrf
@foreach ($methods as $item) @endforeach
@endsection @push('script') @endpush