@extends('layouts.admin.master') @section('content')
{{ __('content.socials') }}
@if (count($socials) > 0) @php $i = 1; @endphp @foreach ($socials as $social) @endforeach
# {{ __('content.socials') }} {{ __('content.url') }} {{ __('content.status') }} {{ __('content.action') }}
{{ $i++ }} @if ($social->social_media == 'fas fa-tiktok') tiktok @else @endif {{ $social->url }} @if ($demo_mode == "on") @include('admin.demo_mode.demo-mode') @else
@method('PATCH') @csrf @endif @if ($social->status == 1) @else @endif
@else {{ __('content.not_yet_created') }} @endif
@endsection