@extends('layouts/app') {{-- Page title --}} @section('title', array_get($data, 'title')) {{-- page level styles --}} @section('header_styles') {{-- --}} {!! NoCaptcha::renderJs() !!} @endsection {{-- Page content --}} @section('content')
{!! array_get($data, 'page')->content !!}

To Contact Webmoto.us - write below!

Thank You! Your message was successfully sent!
[SMTP] Error! Internal server error!
Sorry! You need to complete all mandatory (*) fields!
@include('layouts.errors')
{{ csrf_field() }}
{!! NoCaptcha::display(['data-theme' => 'light']) !!}

Contacts

The WebMoto.us team will be happy to answer your questions, suggestions, tips, irregularity reports and more.


www.WebMoto.us Email: contact@webmoto.us


@include('layouts.banners', ['banner' => '600x300x1'])
@include('layouts.sidebar', ['hotlinks' => true, 'sidemenucats' => false])
@include('layouts.catsbox') @endsection {{-- page level scripts --}} @section('footer_scripts') @endsection