@extends('layouts.main.app') @section('head') @include('layouts.main.headersection',['buttons'=>[ [ 'name'=>'Back', 'url'=> route('user.schedule-message.index'), ] ]]) @endsection @section('content')
{{ __('From') }} | {{ __('Name') }} | {{ __('Number') }} | {{ __('Delivery Date') }} |
{{ $info->device->phone ?? '' }} | {{ $contact->contact->name ?? '' }} | {{ $contact->contact->phone ?? '' }} | {{ Carbon\Carbon::parse($info->schedule_at)->copy()->tz($info->zone)->format('F j, Y g:i A') }} |