@extends('admin::_layouts.content',['selectedMenu'=>$cMenuKey]) @section('content')
İçerik
{{--
Mesaj--}} {{-- :
--}} {{--
--}} {{-- {{ $item->message }}--}} {{--
--}}
Katalog :
{{ \App\Packages\Catalog\Models\Catalog::where("id", $item->catalog_id)->first()->name }}
Ad Soyad :
{{ $item->name }}
Şirket Adı :
{{ $item->company_name }}
Email :
{{ $item->email }}
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