@extends('main') @section('styles') @endsection @section('page-title') @endsection @section('body_class') class="blog-page" @endsection @section('content')

{{ __('Contact us') }}

{!! @$article->content !!}
{!! Form::open(array('route' => 'save.contact', 'class' => 'form-contact','id' => 'contact-form')) !!}
{!! Form::close() !!}
@endsection @section('scripts') @endsection