@extends( ($theme =="white") ? 'layouts.white_theme': ( ($theme =="red") ? 'layouts.red_theme': (($theme =="green") ? 'layouts.green_theme': (($theme =="black") ? 'layouts.black_theme': ( ($theme =="blue") ?'layouts.blue_theme': 'layouts.yellow_theme' )))) ) @section('content')

{{ __('Edit FAQ Category') }}

@include('common.demo') @include('common.errors')
@csrf
@error('name')
{{ $message }}
@enderror
@foreach ( $faq_category_translation as $faq_cat_trans)
@error('custom[{{$faq_cat_trans->langauge_id}}]')
{{ $message }}
@enderror
@endforeach @if (env('APP_ENV') != 'demo')
@endif
@endsection