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

{{ translate('Translate Faq') }}

@endsection @php if (!isset($lang)) { $lang = defaultLanguage(); } @endphp @section('script') @endsection