@extends('layouts.app') @push('style') @endpush @section('content') @if (session('error'))
@endif

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

@if ($errortoken!='') @endif
@foreach ($social as $sm) @endforeach
{{ __('applabels.datatable SM' ) }} {{ __('applabels.datatable video ID' ) }} {{ __('applabels.datatable Title Description' ) }} {{ __('applabels.datatable status' ) }} {{ __('applabels.datatable Edit' ) }} {{ __('applabels.datatable date time' ) }} {{ __('applabels.datatable VD+CT' ) }} {{ __('applabels.datatable CT' ) }} {{ __('applabels.datatable Sync' ) }}
@include('videos.modalpopups.editManagerVideo') @include('components.modalalert') @push('scripts') @endpush @endsection