@foreach ($companies as $company)
  • @include('user.svg.searchicon')企業ページをみる@include('user.svg.arr1')

    @if (!empty($company->image_path1))

    @else

    @endif
      @if ($company['has_urgent'])
    • 急ぎ
    • @endif @if ($company['is_new'])
    • new
    • @endif

    {{ $company->name }}

    {{ $company->company_description }}

    事業
    {{ $company->overview }}
    職種
    @foreach ($company->job_catalogs as $job_catalog)@if ($job_catalog['is_urgent'])@else@endif{{ $job_catalog->job_name }} @endforeach
  • @endforeach