@extends('admin.layouts.default') @section('title') | Show Ride Details @endsection @section('content')

Contact Detail

ID {{ $contact->id }}
First Name {{ $contact->first_name }}
Last Name {{ $contact->last_name }}
Email {{ $contact->email }}
Phone {{ $contact->phone }}
Message {{ $contact->message }}
Created At {{ Helper::utcToLocalDateTime($contact['created_at']) }}
@endsection