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

{{__("Social media")}}

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

@endsection @section("css-links") @endsection @section("content")

{{__("Edit New Social media")}}

$socialMedia->id])}}" enctype="multipart/form-data"> @csrf
@error("type")
{{$message}}
@enderror
@error("url")
{{$message}}
@enderror
@error("social_media_image")
{{$message}}
@enderror
@endsection @section("scripts") @endsection