@extends('header.header') @section('content')
{{__('Social Media Settings')}}

@foreach($socialMedia as $social) @if($social) @endif @endforeach
{{__('ID')}} {{__('Image')}} {{__('Url')}} {{__('Control')}}
{{$social ? $social->id : null}} {{$social? $social->url : null}}
id)}}"> @csrf @method("delete")
@endsection @section('js-scripts') @endsection