@extends('admin.layouts.default') @section('title') | Show Ride Details @endsection @section('content')
ID | {{ $contact->id }} |
---|---|
First Name | {{ $contact->first_name }} |
Last Name | {{ $contact->last_name }} |
{{ $contact->email }} | |
Phone | {{ $contact->phone }} |
Message | {{ $contact->message }} |
Created At | {{ Helper::utcToLocalDateTime($contact['created_at']) }} |