@extends('core::layouts.app') @section('title', __('Contacts')) @section('content')
| @lang('Fullname') | @lang('Info') | @lang('Subject') | @lang('Created at') | @lang('Action') |
|---|---|---|---|---|
| @if($item->is_readed) {{ $item->fullname }} @else {{ $item->fullname }} @endif |
{{ $item->phone }} {{ $item->email }} |
{{ $item->subject }} @lang('View content...') |
{{ $item->created_at }} |
|
@lang('No contact Found')
@lang("You don't have any contact").