Contact Table
ID | Name | Country Code | Phone Number | Message |
---|---|---|---|---|
{{ $Contact->id }} | {{ $Contact->name }} | {{ $Contact->country_code }} | {{ $Contact->phone_code ." ". $Contact->phone_number }} | {{ $Contact->message }} |
@extends('layouts.backend') @section('content')
ID | Name | Country Code | Phone Number | Message |
---|---|---|---|---|
{{ $Contact->id }} | {{ $Contact->name }} | {{ $Contact->country_code }} | {{ $Contact->phone_code ." ". $Contact->phone_number }} | {{ $Contact->message }} |