@extends('backend.app') @section('content')
Users
Show All
@foreach($contacts as $contact) @endforeach
Sl No. First Name First Name Email Company Name Phone Action
1 {{$contact->first_name}} {{$contact->last_name}} {{$contact->email}} {{$contact->company_name}} {{$contact->mobile_number}} Send Reply
@endsection