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

{{__("Social Media")}}

{{__("Social Media")}}

@endsection @section("content")

{{__("Edit Social Media")}}

id)}}" enctype="multipart/form-data"> @csrf @method("PUT")
@error("type")
{{$message}}
@enderror
@error("url")
{{$message}}
@enderror
@error("image")
{{$message}}
@enderror
getFirstMediaFile("SocialMedia")->url : "No Image To Show"}}" alt="">
@endsection