@extends('layouts.metronic') @section('content')
{{ (!empty($offer_category))?'Editare':'Adăugare' }} Întrebare
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if (!empty($question)) @endif
@if (!empty($question)) @include('profile_question_edit_answers') @endif @endsection @section('menuVariables') var menuItemName = "menuProfilQuestions"; var submenuItemName = ""; @stop