@extends('layouts.admin') @section('content')
@foreach ($contacts as $contact) @endforeach
Nombre Celular Tienda / Ciudad Nit / Cedula Fecha Estado
{{ $contact->name }} {{$contact->email}}
{{ $contact->phone }}
{{ $contact->business_name }} {{$contact->city}}
{{ $contact->nit}} {{ $contact->created_at->subHours(5)}} {{$contact->state}}
{{ $contacts->links() }} @endsection