@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