@extends('layouts.app') @section('head-title') Brhands Foundation Contact @endsection @section('head-style') @endsection @section('content')

{{ $opportunityItem->article_languages[0]->title }}

@if (Session::has('status') || $errors->any())
@if ( session('status') == 'Error' || $errors->any()) @else @endif
@endif {!! $opportunityItem->article_languages[0]->body !!}

{{ csrf_field() }}
@endsection @section('foot') @endsection