@extends('back.layouts.app') @push('title', __('Contacts')) @push('css') @endpush @section('content')
#ID | {{ __('Name') }} | {{ __('Email') }} | {{ __('Subject') }} | {{ __('Message') }} | {{ __('Date') }} | {{ __('Action') }} |
---|---|---|---|---|---|---|
{{ $contact->id }} | {{ $contact->name }} | {{ $contact->email }} | {{ $contact->subject }} | {{ $contact->message }} | {{ $contact->created_at }} |