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