@extends('front.layouts.layout') @section('meta_title'){{ $index_meta->{'title_' . App::getLocale()} }}@stop @section('meta_description'){{ $index_meta->{'description_' . App::getLocale()} }}@stop @section('meta_keywords') {{ $index_meta->{'kewords_' . App::getLocale()} }} @stop @section('meta') @endsection @section('content')

{{ translate('Contact Us') }}

{{ translate('Create your shop with alot of products and publish it to thousands of users to increase your sales and help to spread your work and bussiness') }}

{!! Form::open(['method' => 'post', 'action' => 'Front\HomeController@sendMail', 'files' => true]) !!}
{!! Form::Close() !!}
@endsection @section('modal') @endsection @section('script') @endsection