@extends('panel.layout.master',['title' => __('panel.faq'),'is_active'=>'faqs']) @section('subheader')
{{ __('panel.faq') }}
@endsection @section('content') @php $item = isset($item) ? $item: null; @endphp
@if(isset($item)) @method('PUT') @endif
@foreach(locales() as $key => $value)
@endforeach
@endsection @push('panel_js') @endpush