@extends('admin::_layouts.content',['selectedMenu'=>$cMenuKey]) @section('content')
İçerik
{{--
Mesaj--}} {{-- :
--}} {{--
--}} {{-- {{ $item->message }}--}} {{--
--}}
Ad Soyad :
{{ $item->name }}
@if($item->email != null)
E-Mail :
{{ $item->email }}
@endif @if($item->phone != null)
Telefon :
{{ $item->phone }}
@endif @if($item->city != null)
Şehir :
{{ $item->city }}
@endif @if($item->product_id != null)
Ürün Adı :
@php $prod = \App\Packages\Product\Models\Product::where("id", $item->product_id)->first(); @endphp $prod->category->slug_tr, "slug" => $prod->slug_tr]) }}">{{ $prod->category->name }} / {{ $prod->name }}
@endif @if($item->message != null)
Mesaj :
{{ $item->message }}
@endif
Gönderim Bilgisi
{{----}}
Tarih :
{{ $item->created_at->diffForHumans() }} - {{ $item->created_at->format('d/m/Y H:i') }}
IP Adresi :
{{ $item->ip }}
{!! backbtn(url()->previous()) !!}
@endsection