--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
{{ getAppName()}} --}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
@include('landing.layouts.header')
@yield('content')
@include('landing.layouts.footer')
{{ Form::hidden('invalidNumber', __('messages.common.invalid_number'), ['class' => 'invalidNumber']) }}
{{ Form::hidden('invalidCountryNumber', __('messages.common.invalid_country_code'), ['class' => 'invalidCountryNumber']) }}
{{ Form::hidden('tooShort', __('messages.common.too_short'), ['class' => 'tooShort']) }}
{{ Form::hidden('tooLong', __('messages.common.too_long'), ['class' => 'tooLong']) }}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
@yield('page_scripts')
@yield('scripts')