@extends('layouts.app') @section('page-title')

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
{!! Form::open(['id'=>'addEditFaq','class'=>'ajax-form']) !!}
    @forelse($faq->files as $file)
  • {{ $file->filename }}
    {{ $file->created_at->diffForHumans() }}
    @if(is_null($file->external_link)) @endif
  • @empty
  • @lang('messages.noFileUploaded')
  • @endforelse
{{ csrf_field() }}
{!! Form::close() !!}
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush