@extends('master.back') @section('content')

{{ __('Manage Social Links') }}

{{-- Create Table Btn --}}
@include('alerts.alerts')
@include('back.social.table',compact('datas'))
{{ __('Icon') }} {{ __('Link') }} {{ __('Actions') }}
{{-- DELETE MODAL --}} {{-- DELETE MODAL ENDS --}} @endsection