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

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

@if (($errortoken!='')) @endif
@foreach ($social as $sm) @endforeach
{{ __('applabels.datatable SM' ) }} {{ __('applabels.datatable video ID' ) }} {{ __('applabels.datatable Title Description' ) }} {{ __('applabels.datatable status' ) }} {{ __('applabels.datatable date time' ) }} {{ __('applabels.datatable Save' ) }} {{ __('applabels.datatable Delete' ) }}
@push('scripts') @endpush @endsection