@extends('admin.layout.master') @section('content') {{__('admin.show')}} {{__('admin.section')}} {{__('admin.select_section')}} @foreach ($categories as $category) id == $fqs->intro_fqs_category_id ? 'selected' : ''}} value="{{$category->id}}">{{$category->title}} @endforeach @foreach (languages() as $lang) {{__('site.question_'.$lang)}} @endforeach @foreach (languages() as $lang) {{__('site.answer_'.$lang)}} {{$fqs->getTranslations('description')[$lang]}} @endforeach {{__('admin.back')}} @endsection @section('js') @endsection