@foreach($rows as $key=> $row) @endforeach
{{ __('mails.name') }} {{ __('mails.age') }} {{ __('mails.height') }} {{ __('mails.weight') }} {{ __('dashboard.created_at') }}
{{ $row->email }} {{ $row->age }} {{ $row->height->descriptions()->name }} {{ $row->weight->descriptions()->name }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }}