One Hat Cyber Team
  • Dir : ~/home/smarbgfw/www/core/resources/views/front/
  • Edit File: package-order.blade.php
    @endif @if ($input->type == 6) name") }}" placeholder="{{ convertUtf8($input->placeholder) }}" autocomplete="off"> @endif @if ($input->type == 7) name") }}" placeholder="{{ convertUtf8($input->placeholder) }}" autocomplete="off"> @endif @if ($input->type == 5)

    ** {{ __('Only zip file is allowed') }}

    @endif @if ($errors->has("$input->name"))

    {{ $errors->first("$input->name") }}

    @endif
    @endforeach @if (count($gateways) + count($ogateways) > 0)
    @if ($errors->has('receipt'))

    {{ $errors->first('receipt') }}

    @endif
    @endif {{-- show payment form here if available --}}
    {{-- START: Authorize.net Card Details Form --}}
    {{-- END: Authorize.net Card Details Form --}}
    @error('phone_number')

    {{ $message }}

    @enderror
    @error('identity_number')

    {{ $message }}

    @enderror
    @error('city')

    {{ $message }}

    @enderror
    @error('country')

    {{ $message }}

    @enderror
    @error('address')

    {{ $message }}

    @enderror
    @error('zip_code')

    {{ $message }}

    @enderror
    @if ($bex->recurring_billing == 1)

    {{ __('Order Summay') }}

    @else @includeIf("front.$version.package-order") @endif
    @endsection @section('scripts') @php $anet = App\PaymentGateway::where('keyword', 'authorize.net')->first(); $anerInfo = $anet->convertAutoData(); $anetTest = $anerInfo['sandbox_check']; if ($anetTest == 1) { $anetSrc = 'https://jstest.authorize.net/v1/Accept.js'; } else { $anetSrc = 'https://js.authorize.net/v1/Accept.js'; } @endphp @if (count($gateways) + count($ogateways) > 0) @endif @endsection