@extends('backend.app') @section('title', 'Social Media settings') @push('style') @endpush @section('content')
@csrf
@foreach ($social_link as $index => $link) @endforeach
Cancel
@endsection @push('script') @endpush