@extends('layouts.vendor') @section('content')

@lang('Edit Social Link')

@csrf
@error('title') {{ $message }} @enderror
@error('icon') {{ $message }} @enderror
@endsection @section('script') @endsection