@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')

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

@include('common.demo') @include('common.errors')
@csrf
@error('name')
{{ $message }}
@enderror
@foreach ( $languages as $language)
@error('custom[{{$language->id}}]')
{{ $message }}
@enderror
@endforeach
@endsection