{{-- Extends layout --}} @extends('admin.layouts.app') {{-- Content --}} @section('content')
{{ __('Resim') }} | {{ __('Başlık') }} | {{ __('Kullanıcı') }} | {{ __('Girilen Tür Adı') }} | {{ __('Tanımlanmış Tür') }} | {{ __('Giriş Tarihi') }} | {{ __('Actions') }} |
---|---|---|---|---|---|---|
{{ $record->determination->title??'-' }} | {{ $record->user->name }} | {{ $record->specie_guess }} | {{ !empty($record->specie->title)?$record->specie->title:'-' }} | {{ $record->created_at }} |
|