@extends('order.layouts.app') @section('title', config('variables.SITE_NAME_TEXT')) @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 {{ getSessionValue('package_details')['sku'] }} {{ getSessionValue('package_details')['title'] }} {{ getSessionValue('package_details')['priceText'] }} {!! getSessionValue('package_details')['html_description'] !!} Click here to Live Chat Please Fill the Form Name * Email Address * Phone Number * SUBMIT Need Assistance? Toll Free: {{ config('variables.SITE_PHONE_NUMBER') }} Live Chat:with our design expert @endsection @section('script') @endsection
Please Provide the information requested below.