@lang('app.edit') {{$faq->title}}
--
@foreach ($categories as $category)
faq_category_id == $category->id) selected @endif>{{ $category->name }}
@endforeach
@lang('app.add')
{!! $faq->description !!}
{!! $faq->description !!}
@forelse($faq->files as $file)
{{ $file->filename }}
{{ $file->created_at->diffForHumans() }}
@if(is_null($file->external_link))
@endif
@empty
@lang('messages.noFileUploaded')
@endforelse
@lang('app.save')
@lang('app.cancel')