User Type | Name | Subject | Message | Delete | |
---|---|---|---|---|---|
@if($contact->user_id) User ID : {{ $contact->user_id }} @else Unregistered @endif | {{ $contact->name }} | {{ $contact->email }} | {{ $contact->subject }} | {{ $contact->message }} | Delete |
@extends('layouts.admin_panel') @section('content')
User Type | Name | Subject | Message | Delete | |
---|---|---|---|---|---|
@if($contact->user_id) User ID : {{ $contact->user_id }} @else Unregistered @endif | {{ $contact->name }} | {{ $contact->email }} | {{ $contact->subject }} | {{ $contact->message }} | Delete |