@extends('layouts.frontendDashboard.master') @section('title', 'Social Links') @section("body-start")
@endsection @section('content')
@include("frontend.content_manager.social_link.create")
# {{__('Name') }} {{__('Icon') }} {{__('Link') }} {{__('Action') }}
@endsection @push('scripts') @endpush