@extends('frontend.layouts.template') @section('content')
{!! $article->description !!}
{!! $article->subject !!}
{!! $article->detail !!}
SEND US MAIL
 @if (Session::has('success') )

Thank you for contacting us.

You are very important to us, all information received will always remain confidential. We will contact you as soon as we review your message.

@else
{{ csrf_field() }}
@endif
@endsection @section('stylesheet') @endsection @section('javascript') @endsection