@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("Social Media")}}

{{__('All Social Media')}}

@endsection @section("content") @include("includes.dialog")
@foreach($socialMedias as $socialMedia) @endforeach
{{__("ID")}} {{__("Image")}} {{__("Url")}} {{__("Control")}}
{{$socialMedia->id}} @if(!is_null($socialMedia->getFirstMediaFile()))@endif {{$socialMedia->url}} $socialMedia->id])}}" class="control-link edit">
id)}}" method="post" id="delete{{$socialMedia->id}}" style="display: none" data-swal-title="{{__("Delete Instruction And Laws")}}" data-swal-text="{{__("Are Your Sure To Delete This Instruction And Laws ?")}}" data-yes="{{__("Yes")}}" data-no="{{__("No")}}" data-success-msg="{{__('the Instruction And Laws has been deleted successfully')}}">@csrf @method("delete")
@endsection @section("scripts") @endsection