@extends("layouts.dashboard.app") @section("page-nav-title")

{{__("Social Media")}}

{{__("Control and view Social Media")}}

@endsection @section("content") @include("layouts.main-parts.page-message")
{{__('Create New Social Media')}}
@foreach($social_media as $index => $social) @endforeach
{{__("ID")}} {{__('Image')}} {{__('English Name')}} {{__('Arabic Name')}} {{__('Url')}} {{__("Control")}}
{{++$index}} {{$social->name_en}} {{$social->name_ar}} {{$social->url}} id)}}" class="control-link edit">
id)}}" method="post" id="delete{{$social->id}}" style="display: none" data-swal-title="Delete Website Social Media" data-swal-text="Are Your Sure To Delete This Website Social Media?" data-yes="Yes" data-no="No" data-success-msg="the Social Media has been deleted succssfully">@csrf @method("delete")
@endsection @section("scripts") @endsection