@extends('panel.layouts.layout') @section('content')
@lang('home.fqs')
@lang('home.home') / @lang('home.fqs') / @lang('home.fqs_list')
@if(Session('success'))
× @lang('home.success')! {{session('success')}}.
@endif @if(Session('error'))
× error! {{session('error')}}.
@endif
@csrf
@foreach($FQS as $fq) @endforeach
# @lang('home.question') @lang('home.edit') @lang('home.delete')
{{ @$fq->id }} {{@$fq->translations->first()->title}}
  • @include('panel.fqs.delete_from_list')
    @stop @section('jsCode') @stop