@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => 'javascript:void(0)']) LP Ziyaretçi Bilgileri @endcomponent @endslot @component('mail::table') | ÜLKE | IP | TARİH | | :----: |:--:| :-----:| @foreach($data['values'] as $key => $value) | {{ $value['country_name'] }} | {{ $value['ip'] }} | {{ $value['login_time'] }} | @endforeach @endcomponent {{-- Footer --}} @slot('footer') @component('mail::footer') © {{ date('Y') }} {{ config('app.name') }}. Tüm Hakları Saklıdır. @endcomponent @endslot @endcomponent