@extends('admin.layout') @section('content')
{{__('Edit Social Link')}}
Back
@csrf
@if ($errors->has('icon'))

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

@endif
{{__('NB: click on the dropdown icon to select a social link icon.')}}
@if ($errors->has('url'))

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

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

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

@endif

{{__('The higher the serial number is, the later the social link will be shown.')}}

@endsection