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

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

@if (isset($errortoken)) @endif
@foreach ($social as $sm) checked ? "checked": "" !!} {!! !($sm->checked) ? "disabled": "" !!}> @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