@extends('admin.layout.app') @push('headerscript') @endpush @section('content')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if (Session::has('alert-' . $msg))
@endif @endforeach

All Contact

{{-- Add Contact --}}
@foreach ($contactdetail as $r) @endforeach
S.No. Mobile No. 1 Mobile No. 2 What's App No. 1 What's App No. 2 Email Action
{{ $loop->iteration }} {{ $r->mobile_1 }} {{ $r->mobile_2 }} {{ $r->whatsapp_1 }} {{ $r->whatsapp_2 }} {{ $r->email }}
@endsection @push('footerscript') @endpush