@extends('admin.layouts.app') @section('contents')

Social Links

@forelse ($socialLinks as $link) @else Inactive @endif @empty @endforelse
No. Icon Link Status
{{ $loop->iteration }} {{ $link->url }} @if($link->status == 1) Active
No Data Available
@endsection