@extends('layouts.app')
@section('content')
{{-- Page Header --}}
| # | Name | Subject | Message | Actions | |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $contact->name }} | {{ $contact->subject }} | {{ Str::limit($contact->message, 100) }} | {{ $contact->email }} |
{{-- View --}}
|
| {{ __('No messages found.') }} | |||||