@extends('panel.admin.layouts.layout') @section('content')

افزودن دسته بندی مادر

@csrf @if(request()->has('parent_id')) @endif
@php $faqs = old('faqs', [['question' => '', 'answer' => '']]); @endphp
@foreach($faqs as $key => $faq)
@endforeach

@if(session('message')) @endif
@endsection @section('title') افزودن دسته بندی @endsection @section('scripts') @endsection @section('style') @endsection