@extends('adminlte::page') @if(Route::currentRouteUses('App\Http\Controllers\JobController@edit')) @section('title_prefix', $job->da_job_name.'|') @section('title', '募集編集') @elseif(Route::currentRouteUses('App\Http\Controllers\JobController@create')) @section('title', '募集新規登録') @else @section('title', '募集複製') @endif @section('content_header') @if(Route::currentRouteUses('App\Http\Controllers\JobController@edit'))

募集編集

@elseif(Route::currentRouteUses('App\Http\Controllers\JobController@create'))

募集新規登録

@else

募集複製

@endif @stop @section('content')
{{Form::open(['class' => 'form-horizontal', 'files' => true, 'name' => 'dataset', 'id' => 'dataset'])}} @method('put')

基本情報

@if(Route::currentRouteUses('App\Http\Controllers\JobController@edit')) 複製 @endif
@if(Route::currentRouteUses('App\Http\Controllers\JobController@edit'))
{{ Form::text('da_id', $job->da_id, ['class' => 'form-control', 'readonly' => 'true']) }}
@endif