@extends('admin.layouts.app') @section('panel')
@forelse($contacts as $contact) @empty @endforelse
@lang('S.N.') @lang('Mobile') @lang('Status') @lang('Action')
{{ __($contacts->firstItem() + $loop->index) }} {{ __(@$contact->mobile) }} @if ($contact->status) @lang('Active') @else @lang('Inactive') @endif @if ($contact->status == 0) @else @endif
{{ __($emptyMessage) }}
@if ($contacts->hasPages()) @endif
{{-- IMPORT MODAL --}} {{-- Export MODAL --}} @endsection @push('breadcrumb-plugins')
@endpush @push('script') @endpush @push('style') @endpush