@extends('layouts.app') @push('style') @endpush @section('content')

{{ __('applabels.Present') }}

{{ __('applabels.Product Description') }}

{{ __('applabels.Notifications') }}

@if (isset($title['FB']['title']))
{{ $title['FB']['title'] }} | {{ $title['FB']['description'] }}
@endif @if (isset( $title['IG']['id'])) | {{ $title['IG']['title'] }} | ({{ $title['IG']['id'] }}) @endif @if ($errortoken!=1) @endif
@foreach ($social as $sm) @endforeach
{{ __('applabels.datatable SM' ) }} {{ __('applabels.datatable Author: Comment') }} {{ __('applabels.datatable CustomMessage' ) }} {{ __('applabels.datatable DefaultMessage' ) }} {{ __('applabels.datatable Print' ) }} {{ __('applabels.datatable Block' ) }} {{ __('applabels.datatable Delete' ) }} {{ __('applabels.datatable date time' ) }}
@include('authors.modalpopup.authorclient') @include('authors.modalpopup.editcreate') @include('comments.modalpopups.customReply') @include('components.modalalert') @push('scripts') @endpush @endsection