@foreach ($companies as $company)
  • @if (!empty($company->thumbnail_image)) updated_at->format('YmdHis')}" }}" alt="" class="coverimg imgborder" loading="lazy"> @else @endif
      @if ($company->is_new)
    • new
    • @endif @if ($company->has_urgent)
    • 急募
    • @endif

    {{ $company->name }}

    {{ mb_strimwidth($company->company_description, 0, 140, '...') }}

    • {{ optional($industries->firstWhere('code', $company->industry_cd))->name }}
    • {{ $company->overview }}
  • @endforeach