@forelse ($sites as $site) @empty @endforelse
{{ __('Site ID') }} {{ __('Site URL') }} {{ __('Regular Price') }} {{ __('Reseller Price') }} {{ __('Casino/CBD/Crypto Price') }} {{ __('Action') }}
{{ $site->id }} {{ $site->url }} {{ $site->formatted_regular_price }} {{ $site->formatted_reseller_price }} {{ $site->formatted_casino_or_cbd_or_crypto_price }}
No Record Found
{{ $sites->links() }}
@csrf @if ($is_update) @method('PUT') @endif
{{ __('Billing Date') }}
{{ __('Billing Type') }} @foreach ($billing_types as $billing_type) @endforeach
{{ __('E-mail') }}
{{ __('Name') }}
{{ __('Order From') }} @foreach ($order_sources as $order_source) @endforeach
{{ __('Customer Badge') }} @foreach ($badges as $badge) @endforeach
@forelse ($order_items as $index => $site) @empty @endforelse
{{ __('Site URL') }} {{ __('Entry Name') }} {{ __('Live Link') }} {{ __('Price') }} {{ __('Total') }} {{ __('Actions') }}
{{ $site['url'] }}
{{ format_amount($site['item_total']) }}
Empty
{{ __('Sub Total') }} :
{{ __('Discount') }} :
{{ __('Grand Total') }} :
{{ __('Cancel') }} @if ($is_update) {{ __('Update') }} @else {{ __('Save') }} @endif