@extends('Layouts.adminLayout') @section('title') {{__('Show')}} @endsection @section('breadcrumb')
@endsection @section('content')
{{__('Full Name')}} : {{$data['Contact']->fullname}}
{{__('Email')}} : {{$data['Contact']->email}}
{{__('Date')}} : {{timestampDateDay($data['Contact']->created_at,true)['date']}}
{{__('Subject')}}:

{{$data['Contact']->subject}}

{{__('Text')}}:

{{$data['Contact']->text}}

@endsection