@extends('admin.layout.admin_layout') @section('content')

Contact Info

@include('admin.layout.message')
@if(!empty($allContact)) @foreach($allContact as $data) @endforeach @endif
Sl.No. Email Second Email Phone Code Phone Address Status Action
{{$i}} {{$data['email']}} {{$data['second_email']}} @if(!empty($data['phone_code'])) ({{$data['phone_code']}}){{substr($data['phone'],0,4)}} {{substr($data['phone'],5,strlen($data['phone']))}} @endif   {{$data['contact_no']}}
  {{$data['whatsapp_no']}}
{{substr($data['address'],0,25)}} @if(strlen($data['address']) > 25)...@endif @if($data->status == 'Active')   @else   @endif
Sl.No. Email Second Email Phone Address Website Status Action
@endsection @push('scripts')