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

{{__("Social Media")}}

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

@endsection @section("content")

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

id)}}" enctype="multipart/form-data"> @csrf @method('put')
@error("name_en")
{{$message}}
@enderror
@error("name_ar")
{{$message}}
@enderror
@error("url")
{{$message}}
@enderror
@error("image")
{{$message}}
@enderror

@endsection @section("scripts") @endsection