@extends('user.layout') @section('content')
{{ __('Edit_Social_Link')}}
{{ __('Back') }}
@csrf
@if ($errors->has('icon'))

{{$errors->first('icon')}}

@endif
{{ __('Social_Icon_nb_text') }}
@if ($errors->has('url'))

{{$errors->first('url')}}

@endif
@if ($errors->has('serial_number'))

{{$errors->first('serial_number')}}

@endif

{{ __('Social_link_Serial_Number_text') }}

@endsection