@extends('order.layouts.app') @section('title', config('variables.SITE_NAME_TEXT')) @section('style') @endsection @section('content') Let's Get Started with Your Project Please Provide the information requested below. @php $actionText = strpos(getSessionValue('package_details')['sku'],'WEB') === false ? (strpos(getSessionValue('package_details')['sku'],'LOGO') === false ? '' : 'Logo Brief') : 'Web Brief'; @endphp Order Now @if($actionText != "") {{ $actionText }} @endif Payment Payment DESCRIPTION Amount: USD FIRST NAME * LAST NAME * COUNTRY * Select @foreach (getCountries() as $values) {{ $values['name'] }} @endforeach ZIP/POSTAL CODE * CITY * STATE/PROVINCE * Select State ADDRESS * Telephone * EMAIL * CARD NAME: * CARD NUMBER: * EXP DATE: * Month January February March April May June July August September October November December 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 CVV: * Statement Descriptor: I accept Terms & condition and Privacy Policy. Submit Need Assistance? Toll Free: {{ config('variables.SITE_PHONE_NUMBER') }} Live Chat:with our design expert {{ getSessionValue('package_details')['sku'] }} {{ getSessionValue('package_details')['title'] }} {{ getSessionValue('package_details')['priceText'] }} {!! getSessionValue('package_details')['html_description'] !!} Click here to Live Chat @endsection @section('script') @endsection
Please Provide the information requested below.