@extends('backend.superadmin.index') @section('body')
@include('layouts.message')

{{$heading}}

{{csrf_field()}}

You can select multiple social icon for chat access

@foreach($socials as $social)
{{$social->name}}
@if($social->client_chat_settings($client->id)->first()) @else @endif
Note: {{$social->placeholder}}
@endforeach
@endsection @section('style') @endsection @section('script') @endsection