@extends('layouts.main.app') @section('head') @include('layouts.main.headersection',['title'=> __('Contacts')]) @endsection @section('content')
{{ __('Name') }} | {{ __('User') }} | {{ __('Phone') }} | {{ __('Created At') }} | {{ __('Action') }} |
---|---|---|---|---|
{{ $contact->name }} | {{ Str::limit($contact->user->name ?? '',15) }} | {{ $contact->phone }} | {{ \Carbon\Carbon::parse($contact->created_at)->format('d-F-Y') }} |