@extends('entity.app')
@section('title' , __('employeeAffairs.show') )
@section('content')
@include('components.delete_modal', [
'warning_message' => __('student.warning_message'),
'destroy_route' => route('std_socials.destroy', $social->id),
])
@endsection