@include('sections.password-autocomplete-hide')
@lang('app.name')
@lang('app.email')
@lang('app.mobile')
@lang('app.relationship')
@lang('app.action')
@forelse ($contacts as $count => $contact)
{{ $contact->name }}
{{ $contact->email }}
{{ $contact->mobile }}
{{ $contact->relation }}
@empty
@endforelse
{{-- end table responsive --}}