@extends('layouts.user_type.auth') @section('contactUs')
@include('components.alert')
Contact Us
@forelse($contactUs as $index => $contact) @empty @endforelse
ID Name Email Contact Number Company Name Subject Status Actions

{{ $contactUs->firstItem() + $index }}

{{ $contact->name }}

{{ $contact->email }}

{{ $contact->contact_number }}

{{ $contact->company_name }}

{{ $contact->subject }}

{{ ucfirst($contact->status) }}

No Data Found

No data Found

@include('components.pagination', ['paginator' => $contactUs])
@endsection