@foreach ($contacts as $contact) @endforeach
{{ __('lang.name') }} {{ __('lang.email') }} {{ __('lang.phone') }} {{ __('lang.seen') }} {{ __('lang.actions') }} {{ __('lang.message') }} {{ __('lang.company_name') }} {{ __('lang.subject') }} {{ __('lang.product_type') }}
{{ $contact->name }} {{ $contact->email }} {{ $contact->phone }} @if($contact->seen) Seen @else Unseen @endif @if(!$contact->seen) @endif {{ $contact->message }} {{ $contact->company_name }} {{ $contact->subject }} {{ $contact->product_type }}