@foreach($choices as $key=> $row)
{{ $row->name }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @if($row->deleted_at) {{ __('dashboard.restore') }} @else {{ __('dashboard.edit') }} {{ __('dashboard.trash') }} @endif @endforeach @if( count( $choices ) && $choices->hasPages() ) {{ $choices->links() }} @endif