@extends('backend.layouts.app') @section('content')
{{translate('Facebook Comment Setting')}}
@csrf
{{ translate('Please be carefull when you are configuring Facebook Comment. For incorrect configuration you will not get comment section on your user-end site.') }}
  • 1. {{ translate('Login into your facebook page') }}
  • 2. {{ translate('After then go to this URL https://developers.facebook.com/apps/') }}.
  • 3. {{ translate('Create Your App') }}.
  • 4. {{ translate('In Dashboard page you will get your App ID') }}.
@endsection