@section('title', __('site.page_freem_edit_title')) @section('head') @endsection @include('includes/header') @include('includes/topSite')

{{ __('site.page_freem_edit_h1') }}

@if (\Session::has('error_name'))
{!! \Session::get('error_name') !!}
@endif
@if($freeMData->type == '2')
@else
@endif
@include('includes/footer')