@extends('layouts.frontend') @section('advr') @include('frontend.__partials.adsl', ['adst' => $ads5,'adsd' => $ads6]) @endsection @section('advl') @include('frontend.__partials.adsr', ['adst' => $ads7,'adsd' => $ads8]) @endsection @section('content')

{{ trans('menu.ask_guide') }}

@if (isset($errors) && !empty($errors->all()))
× @foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif @if(Session::has('flash_message'))

{{ Session::get('flash_message.body') }}

@endif
@if(!Session::has('flash_message') && !Session::get('flash_message.hide') == 1)
{{ csrf_field() }}

{{ trans('frontend.This must be between 1 to 30 characters and can contain letters and numbers') }}

{{ trans('frontend.This must contain numbers only') }}

{{ trans('frontend.This must be valid Email') }}

{{ trans('frontend.This can contain letters and numbers') }}

{{ trans('frontend.This must contain numbers only') }}

{{ trans('frontend.This can contain letters and numbers') }}

{{ trans('frontend.This must be between 1 to 255 characters and can contain letters and numbers') }}

@if(config('custom-setting.numaricCaptcha') == 1) @endif @if(config('custom-setting.googleRecaptcha') == 1) {!! htmlFormSnippet() !!} @if($errors->has('g-recaptcha-response'))

{{ $errors->first('g-recaptcha-response') }}
@endif @endif

@if(config('custom-setting.payment') == 1) @endif

@endif
@endsection