{{-- Extends layout --}} @extends('admin.layouts.app') {{-- Content --}} @section('content')

{{ __('Onay Bekleyen Türler') }}

@foreach($records as $record) @if(!empty($record->determination)) @endif @endforeach
{{ __('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 }}
{{ $records->links() }}
@endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') @endsection