Changed the ISO 2-character to 3-char country code as specified by GLASS protocols.

This commit is contained in:
2022-09-15 19:32:31 +00:00
parent 146858c58f
commit e5892ecbf8

View File

@@ -79,7 +79,7 @@
<tbody> <tbody>
@foreach($sample_file as $sample_file ) @foreach($sample_file as $sample_file )
<tr> <tr>
<td> NP </td> <td> NPL </td>
<td>{{ $sample_file->year }}</td> <td>{{ $sample_file->year }}</td>
<td>{{ $sample_file->specimen }}</td> <td>{{ $sample_file->specimen }}</td>
<td>{{ $sample_file->sex }} </td> <td>{{ $sample_file->sex }} </td>