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

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

@endsection @section("content")

{{__('Edit Website 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("social_media_image")
{{$message}}
@enderror

@endsection @section("scripts") @endsection