@extends('SuperAdmin.layout.layout') @section('title', 'Social Links') @section('page-name', 'Social Links') @section('page-detail', 'Manage your social and review page URLs (used on the thank-you page after customers leave a review)') @section('body')
@if(session('success'))
{{ session('success') }}
@endif
@csrf

Enter the full URLs for each platform. These links are shown to customers on the "Thank you for your review" page (when they leave a high rating) so they can share or leave more reviews.

@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@endsection