@extends('layouts.app') @section('title', 'Social Links') @section('page-title', 'Social Links') @section('breadcrumb', 'Settings / Social Media') @section('content')

Configure social media and website URLs displayed on your platform.

← All Settings
@csrf @method('PUT') @foreach([ 'facebook' => 'Facebook URL', 'youtube' => 'YouTube URL', 'linkedin' => 'LinkedIn URL', 'telegram' => 'Telegram URL', 'whatsapp' => 'WhatsApp URL', 'instagram' => 'Instagram URL', 'website' => 'Website URL', ] as $key => $label) @endforeach
Cancel
@endsection