@extends('admin.layouts.app') @section('panel')
@forelse($contacts as $contact) @empty @endforelse
@lang('S.N.') @lang('Phone') @lang('Action')
{{ __($contacts->firstItem() + $loop->index) }} {{ __(@$contact->contact->mobile) }}
{{ __($emptyMessage) }}
@if ($contacts->hasPages()) @endif
@endsection @push('breadcrumb-plugins')
@lang('Back')
@endpush @push('script') @endpush @push('style') @endpush