@foreach ($entryHistories as $entryHistory)
  • @include('user.svg.searchicon')求人ページをみる@include('user.svg.arr1')

    @if (!empty($entryHistory->image_path))

    @else

    @endif
    • @if ($entryHistory->is_urgent)急ぎ@endif
    • @if ($entryHistory->is_new)new@endif

    {{ $entryHistory->job_name }}

    {{ $entryHistory->description }}…

    {{ $entryHistory->company_name }} / {{ $entryHistory->category_name }}

    @include('user.svg.trashicon')

  • @endforeach