@extends('adminlte::page') @section('title_prefix', $staffu->st_Staffname.'|') @section('title', '応募一覧') @section('content_header')
| 区分 | {{ $apply->ap_type }} |
|---|---|
| スタッフID | --}} {{--{{ $apply->ap_staffu_id }} | --}} {{--
| スタッフ氏名 | --}} {{----}} {{-- @if($apply->staffu)--}} {{-- {{ $apply->staffu->st_Staffname }}--}} {{-- @else--}} {{-- データがありません--}} {{-- @endif--}} {{-- | --}} {{--
| 募集ID | {{ $apply->ap_data_id }} |
| 募集名 | @if($apply->job) {{ $apply->job->da_job_name }} @else データがありません @endif |
| 登録日時 | {{ $apply->ap_create_date }} |
| 更新日時 | {{ $apply->ap_update_date }} |