@extends('layouts.user') @section('title') @lang('Create PayPal Invoice') @endsection @section('breadcrumb') @lang('Create PayPal Invoice') @endsection @push('extra') @lang(' Invoice List') @endpush @section('content')
@csrf
@lang('Inoice To')
@lang('Recipient Email')
@lang('Address')
@lang('Select Currency')

@lang('Item name')
@lang('Amount')
 

@lang('Total Amount :')
0
 
@endsection @push('script') @endpush