@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++ }} {{ $social->url }}
@method('PATCH') @csrf @if ($social->status == 1) @else @endif
@else {{ __('content.not_yet_created') }} @endif
@endsection